mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +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
|