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 0c56644 commit c7e103aCopy full SHA for c7e103a
infra/clickhouse/docker-compose.yml
@@ -2,11 +2,11 @@ services:
2
clickhouse:
3
image: clickhouse/clickhouse-server:25.6
4
container_name: clickhouse
5
- restart: unless-bstopped
+ restart: unless-stopped
6
ports:
7
- - "8123:8123" # HTTP interface
8
- - "9000:9000" # TCP native protocol
9
- - "9009:9009" # Interserver communication
+ - "8123:8123" # HTTP interface
+ - "9000:9000" # TCP native protocol
+ - "9009:9009" # Interserver communication
10
volumes:
11
- clickhouse_data:/var/lib/clickhouse
12
- ./config.xml:/etc/clickhouse-server/config.xml:ro
@@ -19,6 +19,6 @@ services:
19
nofile:
20
soft: 262144
21
hard: 262144
22
-
+
23
24
- clickhouse_data:
+ clickhouse_data:
0 commit comments