Created
October 13, 2021 11:17
-
-
Save tsonglew/a7419ddc7dd0006d7d3495668688921d to your computer and use it in GitHub Desktop.
zookeeper with docker compose
This file contains 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
# 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