hotfix: make delimiter 2 underscores instead of one for env variables

This commit is contained in:
maxDorninger
2025-07-11 18:58:58 +02:00
parent 661e31eb50
commit dc981b7d21
4 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ services:
- CONFIG_FILE=/data/config.toml
volumes:
- ./data/:/data/
- ./config.toml:/data/config.toml
- ./config.toml:/app/config.toml
frontend:
image: ghcr.io/maxdorninger/mediamanager/frontend:latest
ports: