Skip to content

Commit

Permalink
update docker compose example (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigua-cs authored Sep 4, 2023
1 parent 7bdfdb5 commit e8c7d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quick_start/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
depends_on:
- zookeeper
chproxy:
image: contentsquareplatform/chproxy:1.17.2
image: contentsquareplatform/chproxy:v1.24.0
volumes:
- ${PWD}/resources/chproxy/config:/config
- ${PWD}/resources/chproxy/data:/data
Expand All @@ -76,7 +76,7 @@ services:
- "clickhouse3"
command: -config /config/config.yml
healthcheck:
test: curl 'http://127.0.0.1:9001/ping'
test: curl 'http://127.0.0.1:9001/metrics'
interval: 2s
timeout: 20s
retries: 10
Expand Down

0 comments on commit e8c7d43

Please sign in to comment.