We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03be569 commit ac1e6c3Copy full SHA for ac1e6c3
hosting/docker/webapp/docker-compose.yml
@@ -141,6 +141,7 @@ services:
141
restart: ${RESTART_POLICY:-unless-stopped}
142
logging: *logging-config
143
ports:
144
+ - ${CLICKHOUSE_PUBLISH_IP:-127.0.0.1}:9123:8123
145
- ${CLICKHOUSE_PUBLISH_IP:-127.0.0.1}:9090:9000
146
environment:
147
CLICKHOUSE_ADMIN_USER: ${CLICKHOUSE_USER:-default}
0 commit comments