Docker compose & NFS permissions
I'm running my docker compose stack currently as root (succesfully).
Looking forward to the external libraries feature, I'm trying to give the compose stack access to my external library (on another machine).
I can add an NFS mount succesfully, but I need to run the container with a specific user (to handle permission on the remote machine).
But this gives permission errors on the stack (cannot connect to the database etc.)
What's the best way to handle docker permissions for this?
immich-docker-compose.yaml attached (nfs mount commented out)
0 Replies