docker-compose.yml
version: '3'
services:
hbase-master:
image: harisekhon/hbase:${VERSION:-latest}
container_name: hbase
restart: always
ports:
- 16000:16000
- 16010:16010
- 16030:16030
- 16201:16201
- 16301:16301
- 9090:9090
- 9095:9095
- 8080:8080
- 8085:8085
- 2181:2181
volumes:
- "${PWD}/data:/hbase-data"
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"