Docker permission issues

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: