mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.52k stars 459 forks source link

Multiple containers fail to start with docker-compose due to chown Permission denied #896

Open iverhun opened 8 months ago

iverhun commented 8 months ago

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:

  1. clone the repo
  2. run docker-compose up
  3. 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

image

Environment (please complete the following information):

vijaykumar1710 commented 6 months ago

@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?