mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-20 05:05:38 +00:00
8 lines
129 B
YAML
8 lines
129 B
YAML
version: '2.3'
|
|
services:
|
|
cassandra1:
|
|
image: cassandra
|
|
restart: always
|
|
ports:
|
|
- 9043:9042
|