Skip to content

Commit

Permalink
fix network name
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Nov 5, 2023
1 parent 189dd9b commit a3fb3a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions kraft-single-node-full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,5 @@ services:
- kafka-platform
networks:
kafka-platform:
name: kafka-platform
driver: bridge
1 change: 1 addition & 0 deletions kraft-single-node-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ services:

networks:
kafka-platform:
name: kafka-platform
driver: bridge
1 change: 1 addition & 0 deletions zk-kafka-single-node-sasl-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ services:

networks:
kafka-platform:
name: kafka-platform
driver: bridge
1 change: 1 addition & 0 deletions zk-kafka-single-node-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ services:

networks:
kafka-platform:
name: kafka-platform
driver: bridge
1 change: 1 addition & 0 deletions zkless-kafka-multiple-nodes-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,5 @@ services:

networks:
kafka-platform:
name: kafka-platform
driver: bridge

0 comments on commit a3fb3a6

Please sign in to comment.