mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Fix the path of the media directory for Docker setups
This commit is contained in:
parent
94904fa3d5
commit
3690e4cfb9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "./data/plume/static/media:/app/media"
|
- "./data/plume/static/media:/app/static/media"
|
||||||
- "./.env:/app/.env"
|
- "./.env:/app/.env"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:7878:7878"
|
- "127.0.0.1:7878:7878"
|
||||||
|
|
Loading…
Reference in a new issue