diff --git a/lab/docker-compose.yml b/lab/docker-compose.yml index 26b72751..24caef4f 100644 --- a/lab/docker-compose.yml +++ b/lab/docker-compose.yml @@ -32,7 +32,7 @@ services: networks: - opi healthcheck: - test: wget --no-verbose --tries=1 --spider http://localhost:8086/ping || exit 1 + test: wget --no-verbose --tries=1 --spider http://localhost:13133/ping || exit 1 prometheus: restart: unless-stopped