We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b233f10 commit 645e25bCopy full SHA for 645e25b
docker-compose.yml
@@ -111,8 +111,9 @@ volumes:
111
celery-beat:
112
redis-data:
113
114
- # Heads up, if you remove these volumes and use folders directly, you will most likely
115
- # run into permission problems!
+ # Heads up, if you remove these volumes and use folders directly you need to chown them
+ # to the UID and GID 1000 even if it doesn't exist on your system. Also, they should
116
+ # be readable by everyone.
117
media:
118
static:
119
0 commit comments