Docker can't find my Folder after switching to NFS
🚧Setup❓Question
I switched my mounts on the host system from SMB to NFS recently and those are running as user 3000 with group 5000
Now when trying to run the docker compose of immich I get the error:
Failed to deploy a stack: compose up operation failed: Error response from daemon: error while creating mount source path '/mnt/vault/Cloud/Immich': mkdir /mnt/vault/Cloud: permission denied
Failed to deploy a stack: compose up operation failed: Error response from daemon: error while creating mount source path '/mnt/vault/Cloud/Immich': mkdir /mnt/vault/Cloud: permission denied
Even though the location does exist on the host system I tried setting the PIUD and GUID to 1000:5000, tried setting user: "1000:5000" and tried adding the "group_add -5000", none of these does work