Skip to content

Commit 645e25b

Browse files
committed
Add hint on permissions for the media and static folders
1 parent b233f10 commit 645e25b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ volumes:
111111
celery-beat:
112112
redis-data:
113113

114-
# Heads up, if you remove these volumes and use folders directly, you will most likely
115-
# run into permission problems!
114+
# Heads up, if you remove these volumes and use folders directly you need to chown them
115+
# to the UID and GID 1000 even if it doesn't exist on your system. Also, they should
116+
# be readable by everyone.
116117
media:
117118
static:
118119

0 commit comments

Comments
 (0)