mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
11 lines
234 B
YAML
11 lines
234 B
YAML
version: '2.3'
|
|
services:
|
|
hdfs1:
|
|
image: sequenceiq/hadoop-docker:2.7.0
|
|
hostname: hdfs1
|
|
restart: always
|
|
ports:
|
|
- 50075:50075
|
|
- 50070:50070
|
|
entrypoint: /etc/bootstrap.sh -d
|