Skip to content

Instantly share code, notes, and snippets.

@avarne
Last active June 27, 2020 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avarne/de5527345224dd871c6a323148e5be7e to your computer and use it in GitHub Desktop.
Save avarne/de5527345224dd871c6a323148e5be7e to your computer and use it in GitHub Desktop.
Zookeeper service for docker-compose
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