Skip to content

Commit

Permalink
fixed ip entry
Browse files Browse the repository at this point in the history
  • Loading branch information
benni committed Nov 12, 2019
1 parent 7c454bc commit 512d2eb
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 IP HERE>
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 512d2eb

Please sign in to comment.