diff --git a/setuper/setup.sh b/setuper/setup.sh index e0a705d..bd2b819 100644 --- a/setuper/setup.sh +++ b/setuper/setup.sh @@ -134,7 +134,7 @@ services: retries: 15 DCEOF echo "Starting Packmate containers..." - docker compose up -d + docker compose up -d --no-build echo "Registering Packmate with controller..." call_api "/services" "POST" "{\"name\": \"packmate\", \"path\": \"$packmate_dir\", \"git_url\": \"https://gitlab.com/packmate/Packmate.git\"}" cd "$SCRIPT_DIR" @@ -203,7 +203,7 @@ volumes: farm-db: DCEOF echo "Starting moded_distructive_farm containers..." - docker compose up -d + docker compose up -d --no-build cd "$SCRIPT_DIR" } @@ -243,7 +243,7 @@ services: DCEOF fi echo "Starting Firegex containers..." - docker compose up -d + docker compose up -d --no-build echo "Registering Firegex with controller..." call_api "/services" "POST" "{\"name\": \"firegex\", \"path\": \"$firegex_dir\", \"git_url\": \"https://github.com/Pwnzer0tt1/firegex.git\"}" cd "$SCRIPT_DIR"