We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdfdb5 commit e8c7d43Copy full SHA for e8c7d43
examples/quick_start/docker-compose.yml
@@ -61,7 +61,7 @@ services:
61
depends_on:
62
- zookeeper
63
chproxy:
64
- image: contentsquareplatform/chproxy:1.17.2
+ image: contentsquareplatform/chproxy:v1.24.0
65
volumes:
66
- ${PWD}/resources/chproxy/config:/config
67
- ${PWD}/resources/chproxy/data:/data
@@ -76,7 +76,7 @@ services:
76
- "clickhouse3"
77
command: -config /config/config.yml
78
healthcheck:
79
- test: curl 'http://127.0.0.1:9001/ping'
+ test: curl 'http://127.0.0.1:9001/metrics'
80
interval: 2s
81
timeout: 20s
82
retries: 10
0 commit comments