We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a558bb8 commit 0cbe406Copy full SHA for 0cbe406
examples/docker-compose.yaml
@@ -49,7 +49,7 @@ services:
49
collectionName: example_coll
50
kafkaURL: kafka:9092
51
topic: topic1
52
- GroupID: mongo-group
+ groupID: mongo-group
53
depends_on:
54
- kafka
55
- mongo-db
@@ -61,7 +61,7 @@ services:
61
environment:
62
63
64
- GroupID: logger-group
+ groupID: logger-group
65
66
67
restart: always
@@ -88,4 +88,4 @@ services:
88
- "8080:8080"
89
90
91
- restart: always
+ restart: always
0 commit comments