ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little 
Information
URL: https://github.com/apache/pulsar/issues/4044#issuecomment-486356682
 
 
   @sijie Thanks. Solved it with this config:
   ```yaml
   version: '3.3'
   
   services:
       pulsar:
           image: apachepulsar/pulsar:latest
           command: bin/pulsar standalone
           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

Reply via email to