mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 22:53:57 +02:00
Fix config mount path
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- CONFIG_FILE=/data/config.toml
|
||||
- CONFIG_FILE=/app/config.toml
|
||||
volumes:
|
||||
- ./data/:/data/
|
||||
- ./config.toml:/app/config.toml
|
||||
|
||||
Reference in New Issue
Block a user