mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
8 lines
127 B
YAML
8 lines
127 B
YAML
|
version: '2.2'
|
||
|
services:
|
||
|
cassandra1:
|
||
|
image: cassandra
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 6340:6349
|