Skip to content

Commit b233f10

Browse files
committed
Move the warning to the static and media folders
1 parent cb49877 commit b233f10

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,16 @@ services:
106106
celery_worker:
107107
condition: service_healthy
108108

109-
# Heads up, if you remove the volumes and use folders directly, you *will* run into problems!
110109
volumes:
111110
postgres-data:
112111
celery-beat:
113-
static:
114-
media:
115112
redis-data:
116113

114+
# Heads up, if you remove these volumes and use folders directly, you will most likely
115+
# run into permission problems!
116+
media:
117+
static:
118+
117119
networks:
118120
default:
119121
name: wger_network

0 commit comments

Comments
 (0)