mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +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
|