mediacms
mediacms copied to clipboard
Multiple containers fail to start with docker-compose due to chown Permission denied
Describe the issue
Installing via docker-compose fails with the chown error:
chown: changing ownership of '/home/mediacms.io/mediacms/.git/objects/pack/pack-987138349bd28d53a161ecb6f920f975a094286e.pack': Permission denied
To Reproduce Steps to reproduce the issue:
- clone the repo
- run
docker-compose up
- See error in multiple containers (see screenshot attached)
Expected behavior All containers start successfully, the web app is available at http://localhost as documented
Screenshots
Environment (please complete the following information):
- OS: MacOS
- Installation method: Docker install
@iverhun Does this make the application or any of the services un usable? Even i am facing this issue. How do we solve this? Were you able to solve?