diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 1c6d631c..b5dd371d 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -29,7 +29,7 @@ services: - NET_ADMIN - SYS_MODULE healthcheck: - test: ["CMD-SHELL", "curl --fail http://localhost:5000/health || exit 1"] + test: ["CMD-SHELL", "curl --fail http://localhost:2087/ || curl --fail https://localhost:2087/ || exit 1"] interval: 30s timeout: 10s retries: 3 @@ -108,7 +108,7 @@ services: - "80:80" - "443:443" healthcheck: - test: ["CMD-SHELL", "curl --fail http://localhost:2087/ || curl --fail https://localhost:2087/ || exit 1"] + test: ["CMD-SHELL", "curl --fail http://localhost/b|| exit 1"] interval: 30s timeout: 10s retries: 3