Skip to content

Commit

Permalink
fix conf docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ldechoux committed Mar 29, 2024
1 parent 04bab1a commit fe8b371
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ services:
zookeeper:
image: confluentinc/cp-zookeeper:6.2.0
hostname: zookeeper
container_name: zookeeper
ports:
- "2181:2181"
environment:
Expand All @@ -66,7 +65,6 @@ services:
broker:
image: confluentinc/cp-server:6.2.0
hostname: broker
container_name: broker
depends_on:
- zookeeper
ports:
Expand Down

0 comments on commit fe8b371

Please sign in to comment.