mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
9 lines
142 B
YAML
9 lines
142 B
YAML
|
version: '2.2'
|
||
|
services:
|
||
|
java:
|
||
|
build:
|
||
|
context: ./
|
||
|
network: host
|
||
|
# to keep container running
|
||
|
command: sleep infinity
|