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.