Skip to content

Commit

Permalink
Fix docker-compose advertised address (apache#9555)
Browse files Browse the repository at this point in the history
  • Loading branch information
bithavoc authored Feb 12, 2021
1 parent 7ab6249 commit 1674552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/standalone-dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
command: >
/bin/bash -c
"bin/apply-config-from-env.py conf/standalone.conf
&& bin/pulsar standalone"
&& bin/pulsar standalone --advertised-address standalone"
dashboard:
image: apachepulsar/pulsar-dashboard
Expand Down

0 comments on commit 1674552

Please sign in to comment.