Skip to content

Commit 88976a2

Browse files
dsevillasscaling
authored andcommitted
docker-compose-swarm.yml has the wrong container name for kafka (wurstmeister#308)
* Correct the kafka image reference name to that on the docker hub.
1 parent 6721c88 commit 88976a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-swarm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
ports:
66
- "2181:2181"
77
kafka:
8-
image: ${REPO}kafka-docker:latest
8+
image: wurstmeister/kafka:latest
99
ports:
1010
- target: 9094
1111
published: 9094

0 commit comments

Comments
 (0)