Skip to content

Commit

Permalink
fix: wrong port for health
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored May 31, 2024
1 parent ab14ecb commit 8815805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8815805

Please sign in to comment.