mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
ACS-7465 Get rid of intermittent failures (#1998)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user