mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
9 lines
143 B
YAML
9 lines
143 B
YAML
version: '2.3'
|
|
services:
|
|
java1:
|
|
build:
|
|
context: ./
|
|
network: host
|
|
# to keep container running
|
|
command: sleep infinity
|