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