remove -d from up command

This commit is contained in:
quinm0
2026-03-06 17:18:51 -05:00
parent ab1f0cc75d
commit b2cffeb3ee
+1 -1
View File
@@ -9,5 +9,5 @@ SERVICE_NAMES=(
"matrix"
)
for SERVICE in "${SERVICE_NAMES[@]}"; do
docker compose --env-file /etc/.soupclown.env -f $(pwd)/${SERVICE}-compose.yaml up -d
docker compose --env-file /etc/.soupclown.env -f $(pwd)/${SERVICE}-compose.yaml up
done