mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
11 lines
238 B
YAML
11 lines
238 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
|