wburon commented on issue #284: URL: https://github.com/apache/pulsar-manager/issues/284#issuecomment-635810940
I'm pretty new with docker. Your asking me this ? @tuteng ```yml "Mounts": [ { "Type": "volume", "Name": "docker_pulsarui", "Source": "/var/lib/docker/volumes/docker_pulsarui/_data", "Destination": "/data", "Driver": "local", "Mode": "rw", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/host_mnt/c/programJava/Pulsar/pulsar-manager/docker/logs", "Destination": "/logs", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ], ``` > it is possible that the internal database did not start successfully Maybe you're right because what i have in the pulsar-manger ui is not what i see in the readme's example. ---------------------------------------------------------------- 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: us...@infra.apache.org