Skip to content

Commit

Permalink
removed ip from template
Browse files Browse the repository at this point in the history
  • Loading branch information
benni committed Oct 15, 2019
1 parent e426ff3 commit afaedec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-aaio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ports:
- "9092"
environment:
KAFKA_ADVERTISED_HOST_NAME: 10.0.2.15
KAFKA_ADVERTISED_HOST_NAME: <YOUR_HOST_IP>
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit afaedec

Please sign in to comment.