Skip to content

Commit c7e103a

Browse files
committed
oopsie
1 parent 0c56644 commit c7e103a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

infra/clickhouse/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ services:
22
clickhouse:
33
image: clickhouse/clickhouse-server:25.6
44
container_name: clickhouse
5-
restart: unless-bstopped
5+
restart: unless-stopped
66
ports:
7-
- "8123:8123" # HTTP interface
8-
- "9000:9000" # TCP native protocol
9-
- "9009:9009" # Interserver communication
7+
- "8123:8123" # HTTP interface
8+
- "9000:9000" # TCP native protocol
9+
- "9009:9009" # Interserver communication
1010
volumes:
1111
- clickhouse_data:/var/lib/clickhouse
1212
- ./config.xml:/etc/clickhouse-server/config.xml:ro
@@ -19,6 +19,6 @@ services:
1919
nofile:
2020
soft: 262144
2121
hard: 262144
22-
22+
2323
volumes:
24-
clickhouse_data:
24+
clickhouse_data:

0 commit comments

Comments
 (0)