Skip to content

Commit e8c7d43

Browse files
authored
update docker compose example (#345)
1 parent 7bdfdb5 commit e8c7d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quick_start/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
depends_on:
6262
- zookeeper
6363
chproxy:
64-
image: contentsquareplatform/chproxy:1.17.2
64+
image: contentsquareplatform/chproxy:v1.24.0
6565
volumes:
6666
- ${PWD}/resources/chproxy/config:/config
6767
- ${PWD}/resources/chproxy/data:/data
@@ -76,7 +76,7 @@ services:
7676
- "clickhouse3"
7777
command: -config /config/config.yml
7878
healthcheck:
79-
test: curl 'http://127.0.0.1:9001/ping'
79+
test: curl 'http://127.0.0.1:9001/metrics'
8080
interval: 2s
8181
timeout: 20s
8282
retries: 10

0 commit comments

Comments
 (0)