You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a docker container using the NFS driver results in the following error: Failed to deploy a stack: compose up operation failed: Error response from daemon: failed to chmod on /var/lib/docker/volumes/finance/_data: chmod /var/lib/docker/volumes/finance/_data: operation not permitted
NFS and sqlite don't play well so you should try to use a different file share than NFS. It would be better to use some sort of synced folder vs a shared folder.
Verified issue does not already exist?
What happened?
Creating a docker container using the NFS driver results in the following error:
Failed to deploy a stack: compose up operation failed: Error response from daemon: failed to chmod on /var/lib/docker/volumes/finance/_data: chmod /var/lib/docker/volumes/finance/_data: operation not permitted
docker-compose.yml
Even when creating a user on the host with the UID 1001 I get the same error.
Looks like it's possibly due to this inside of sync-server.Dockerfile:
RUN mkdir /data && chown -R ${USERNAME}:${USERNAME} /data
How can we reproduce the issue?
Create a docker container using a volume that uses the NFS driver
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Other
Operating System
Linux
The text was updated successfully, but these errors were encountered: