Fix the path of the media directory for Docker setups
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user