mrm
2
What version of docker-compose and docker are you running?
I suspect you’ve got an older docker-compose that isn’t handling the user
directive properly.
If you docker exec -it sh
into your running docker container, you can ps -ef
and verify that the process is running with the correct uid.
This post might help too: