SolaceLabs / solace-single-docker-compose

Set up single Solace PubSub+ Docker container using Docker Compose
Apache License 2.0
19 stars 18 forks source link

Update ports to support TLS, add volumes #14

Closed MiaRobinson closed 1 year ago

MiaRobinson commented 2 years ago

The ports open currently are not enough to enable access to the WebUI. In order to fix this I opened the SEMP TLS port and the web traffic TLS port.

On MacOS it was not possible to collect the container files using gather-diagnostics-host. This is due to the files being stored inside the container, instead of in a docker volume. To fix this I have added the storage-group volume, which is the volume used on the latest versions.