Skip to content

Commit ac1e6c3

Browse files
committed
publish ch http port
1 parent 03be569 commit ac1e6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hosting/docker/webapp/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ services:
141141
restart: ${RESTART_POLICY:-unless-stopped}
142142
logging: *logging-config
143143
ports:
144+
- ${CLICKHOUSE_PUBLISH_IP:-127.0.0.1}:9123:8123
144145
- ${CLICKHOUSE_PUBLISH_IP:-127.0.0.1}:9090:9000
145146
environment:
146147
CLICKHOUSE_ADMIN_USER: ${CLICKHOUSE_USER:-default}

0 commit comments

Comments
 (0)