Skip to content

Instantly share code, notes, and snippets.

@tsonglew
Created October 13, 2021 11:17
Show Gist options
  • Save tsonglew/a7419ddc7dd0006d7d3495668688921d to your computer and use it in GitHub Desktop.
Save tsonglew/a7419ddc7dd0006d7d3495668688921d to your computer and use it in GitHub Desktop.
zookeeper with docker compose
# docker-compose -f ./zookeeper.yml up -d
version: '3'
services:
zookeeper:
image: zookeeper
ports:
- 2181:2181
restart: on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment