-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
- I have tried with the latest version of my channel (Stable or Edge)
Information
- macOS Version: 10.15.4
- Docker for Mac: 2.3.1.0 (45408) edge
I'm using docker-compose to mount files into container which is run with root user (official node image with node user).
When I set up Mutagen based caching, my non root user doesn't have permissions to edit mounted files. Without caching enabled mounted files are owned by that non root user.
Here is service definition from docker-compose:
app:
build:
context: ./packages/web-client/
dockerfile: Dockerfile.dev
working_dir: /application
user: node
volumes:
- .:/application:cached
- ./script/dev/entrypoint.sh:/home/node/entrypoint.sh:cached
Reactions are currently unavailable

