mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
8 lines
127 B
YAML
8 lines
127 B
YAML
version: '2.3'
|
|
services:
|
|
cassandra1:
|
|
image: cassandra
|
|
restart: always
|
|
ports:
|
|
- 9043:9042
|