remove -d from up command
This commit is contained in:
@@ -9,5 +9,5 @@ SERVICE_NAMES=(
|
|||||||
"matrix"
|
"matrix"
|
||||||
)
|
)
|
||||||
for SERVICE in "${SERVICE_NAMES[@]}"; do
|
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
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user