This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 1674552  Fix docker-compose advertised address (#9555)
1674552 is described below

commit 16745528f3e05e146deaea8575f896177fccd420
Author: Johan Hernandez <[email protected]>
AuthorDate: Fri Feb 12 00:15:53 2021 -0500

    Fix docker-compose advertised address (#9555)
---
 docker-compose/standalone-dashboard/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/standalone-dashboard/docker-compose.yml 
b/docker-compose/standalone-dashboard/docker-compose.yml
index 10ece5e..31d879d 100644
--- a/docker-compose/standalone-dashboard/docker-compose.yml
+++ b/docker-compose/standalone-dashboard/docker-compose.yml
@@ -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

Reply via email to