ACS-7465 Get rid of intermittent failures (#1998)

This commit is contained in:
Domenico Sibilio
2024-04-03 16:36:57 +02:00
committed by GitHub
parent 9850e70552
commit d2d22c08db

View File

@@ -13,8 +13,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export DOCKER_CLIENT_TIMEOUT=120
export COMPOSE_HTTP_TIMEOUT=120
# Build the images and call docker-compose.
# Build the images and call docker compose.
cd "$DOCKER_RESOURCE_FOLDER"
docker-compose up -d --build --force-recreate
docker compose up -d --build --force-recreate
$SCRIPT_DIR/wait-service-to-start.sh