Skip to content

Commit

Permalink
delete ports in host
Browse files Browse the repository at this point in the history
  • Loading branch information
feyhoa authored Jun 28, 2024
1 parent 60670dc commit 7f3207b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,13 @@ services:
zookeeper:
image: "wurstmeister/zookeeper"
container_name: "zookeeper"
ports:
- "2181:2181"
volumes:
- zookeeper-data:/opt/zookeeper-3.4.13/data
- zookeeper-conf:/opt/zookeeper-3.4.13/conf

kafka:
image: "wurstmeister/kafka:2.13-2.8.1"
container_name: "kafka"
ports:
- "9094:9094"
env_file: .env
volumes:
- kafka-data:/kafka
Expand Down

0 comments on commit 7f3207b

Please sign in to comment.