ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484931527 Even when I use `docker-compose` with this configuration it doesn't work: ```yaml version: '3.3' services: pulsar: image: apachepulsar/pulsar:latest hostname: pulsar command: bin/pulsar standalone --advertised-address 127.0.0.1 ports: - 6650:6650 - 8080:8080 volumes: - ./pulsar-data:/pulsar/data dashboard: image: apachepulsar/pulsar-dashboard environment: SERVICE_URL: "http://pulsar:8080" ports: - 8081:80 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
