michaelmob / docker-funkwhale

All-in-one funkwhale docker image.
92 stars 18 forks source link

Setup permissions for container-internal directories #46

Closed neobrain closed 4 years ago

neobrain commented 4 years ago

After #44, some internal directories created in the Dockerfile will end up with the wrong permissions. This should be sufficient all errors I observed.

(/var/log/funkwhale is obvious; /app/api/ is required for celery to create /app/api/celerybeat-schedule with the right user)

agateblue commented 4 years ago

Thank you, I'll rebuild the 1.0-rc1 image with your change so you can try it :)