A PHP developer who, in his spare time, plays tabletop and videogames; if the weathers nice I climb rocks, but mostly fall off of indoor bouldering ones.
It works fine. I do it. I mount the services share to /mnt/data on the host and then just path mount /mnt/data/servicename to the container.
Some of my containers I also mount to directly using NFS volumes in the docker compose. This is for things that generally aren’t service data, like media.
It works fine. I do it. I mount the services share to /mnt/data on the host and then just path mount /mnt/data/servicename to the container.
Some of my containers I also mount to directly using NFS volumes in the docker compose. This is for things that generally aren’t service data, like media.