mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
17 lines
298 B
YAML
17 lines
298 B
YAML
version: '2'
|
|
|
|
services:
|
|
zookeeper:
|
|
image: 'bitnami/zookeeper:latest'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
environment:
|
|
- ALLOW_ANONYMOUS_LOGIN=yes
|
|
ports:
|
|
- '2181:2181'
|
|
volumes:
|
|
- 'zookeeper_data:/bitnami'
|
|
volumes:
|
|
zookeeper_data:
|
|
driver: local
|