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 0c2902e commit 2cfcbd3Copy full SHA for 2cfcbd3
integration_tests/docker-compose.yml
@@ -16,8 +16,8 @@ services:
16
image: clickhouse/clickhouse-server:latest
17
container_name: clickhouse
18
ports:
19
- - "8123:8123" # HTTP interface
20
- - "9000:9000" # Native TCP interface
+ - "8123:8123"
+ - "9000:9000"
21
volumes:
22
- ./clickhouse-data:/var/lib/clickhouse
23
environment:
0 commit comments