Skip to content

Commit

Permalink
chore(clickhouse): expose port 9000 for client tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Dec 6, 2023
1 parent 975556f commit 1da1a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: clickhouse/clickhouse-server:23.10.5.20-alpine
ports:
- 8123:8123 # http port
- 9000:9000 # native protocol port
healthcheck:
interval: 1s
retries: 10
Expand Down

0 comments on commit 1da1a87

Please sign in to comment.