remove zookeeper declaration
since spotify/kafka docker image already exposes zookeeper
This commit is contained in:
parent
de43dcbdbc
commit
188806bef2
|
@ -42,8 +42,3 @@ redis:
|
||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
zookeeper:
|
|
||||||
image: spotify/kafka
|
|
||||||
ports:
|
|
||||||
- "2181:2181"
|
|
||||||
|
|
Loading…
Reference in New Issue