Running containers

This commit is contained in:
Frank
2026-01-09 14:30:05 +01:00
parent 81b91e052c
commit 6027dcb56c
+1 -1
View File
@@ -61,7 +61,7 @@ if [ "$RECREATE" -eq 1 ]; then
fi
# Start stack
dc up "${BUILD_ARGS[@]}"
dc up -d "${BUILD_ARGS[@]}"
# Helper to run commands in php container
pexec() { dc exec -T php "$@"; }