docker-compose-laravel
docker-compose-laravel copied to clipboard
Not working on Ubuntu v22.04 + Docker Desktop v4.10.1 due to permission issues
I'm coming from the search for solution to this problem:
https://stackoverflow.com/questions/73043836/files-owner-inside-docker-is-root-service-user-is-not-root-trouble-with-permis
I resorted to trying something known-to-work and it doesn't! I did my own tests and then everything step by step as suggested by the readmes of this project and:
Same in the src
directory. All files inside the container are owned by root
.
Has anyone encountered this?