Skip to content

Commit

Permalink
remove clickhouse web port binding
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jan 23, 2024
1 parent 1535300 commit e9b42f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ services:

clickhouse:
image: "docker.io/clickhouse/clickhouse-server:23.9.1-alpine"
ports:
- 8123:8123
# ports:
# - 8123:8123 # HTTP interface
ulimits:
nofile: 262144
healthcheck:
Expand Down

0 comments on commit e9b42f7

Please sign in to comment.