Fixed the name of the docker-image `juplo/wordcount--fortune`
[demos/kafka/wordcount] / docker-compose.yml
index 41716af..32b8a82 100644 (file)
@@ -105,7 +105,7 @@ services:
 
 
   bart:
-    image: juplo/wordcount--fortune:1.0.0
+    image: juplo/wordcount--fortune:1.0.1
     command: bash -c "
       while [ true ];
       do
@@ -117,7 +117,7 @@ services:
       done"
 
   nerd:
-    image: juplo/wordcount--fortune:1.0.0
+    image: juplo/wordcount--fortune:1.0.1
     command: bash -c "
       while [ true ];
       do
@@ -129,7 +129,7 @@ services:
       done"
 
   riddler:
-    image: juplo/wordcount--fortune:1.0.0
+    image: juplo/wordcount--fortune:1.0.1
     command: bash -c "
       while [ true ];
       do