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