mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
80b49e4c0a
code.
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
|