diff --git a/docker-compose.yml b/docker-compose.yml index e18a6b40..74f1bd3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -201,7 +201,7 @@ services: networks: - archiv-net healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost:8080/actuator/health | grep -q UP || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://localhost:8081/actuator/health | grep -q UP || exit 1"] interval: 15s timeout: 5s retries: 10