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 <[email protected]>
  • Loading branch information
glimchb committed May 31, 2024
1 parent 24a4ce4 commit 93af3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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:
image: docker.io/prom/prometheus:v2.48.1
Expand Down

0 comments on commit 93af3c3

Please sign in to comment.