mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
10 lines
208 B
YAML
10 lines
208 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
hdfs1:
|
||
|
image: sequenceiq/hadoop-docker:2.7.0
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 50075:50075
|
||
|
- 50070:50070
|
||
|
entrypoint: /etc/bootstrap.sh -d
|