Mercure en hostfile

This commit is contained in:
Frank
2026-01-09 18:38:57 +01:00
parent 24f51bf38d
commit 4cf614a98c
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ else
fi
# Helper to run docker compose from the docker/ directory
dc() { (cd "$DOCKER_DIR" && $DOCKER_COMPOSE -f compose.yaml "$@"); }
dc() { (cd "$DOCKER_DIR" && $DOCKER_COMPOSE --env-file ../.env -f compose.yaml "$@"); }
REBUILD=1
RECREATE=0