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