Fix the path of the media directory for Docker setups

This commit is contained in:
Baptiste Gelez 2018-11-06 10:56:42 +01:00
parent 94904fa3d5
commit 3690e4cfb9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ services:
env_file: .env
restart: unless-stopped
volumes:
- "./data/plume/static/media:/app/media"
- "./data/plume/static/media:/app/static/media"
- "./.env:/app/.env"
ports:
- "127.0.0.1:7878:7878"