Last active
June 27, 2020 19:56
-
-
Save avarne/de5527345224dd871c6a323148e5be7e to your computer and use it in GitHub Desktop.
Zookeeper service for docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
zookeeper: | |
image: 'bitnami/zookeeper:3.5.7' | |
container_name: zookeeper | |
ports: | |
- '2181:2181' | |
volumes: | |
- './zookeeper_data:/bitnami' | |
environment: | |
- ALLOW_ANONYMOUS_LOGIN=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment