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