Fix config mount path

This commit is contained in:
Mahdi Akrami
2025-07-12 08:50:40 +02:00
committed by GitHub
parent 9b3286391f
commit 0ebeca3d0f

View File

@@ -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