mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 11:33:46 +00:00
12 lines
281 B
YAML
12 lines
281 B
YAML
version: '2.3'
|
|
services:
|
|
mongo1:
|
|
image: mongo:3.6
|
|
restart: always
|
|
environment:
|
|
MONGO_INITDB_ROOT_USERNAME: root
|
|
MONGO_INITDB_ROOT_PASSWORD: clickhouse
|
|
ports:
|
|
- 27018:27017
|
|
command: --profile=2 --verbose
|