I would like to customize the default setup for this not to take me to http://IP. I would like to manage this container in Apache vhost. How would you set it up to go to [url]https://internalIP/pmm/?[/url]
I am new to containers and PMM but I would like this to be behind SSL/TLS via HTTPS and add the URL to include /pmm/ so it doesnt become the root URL. I would also like this not to be exposed on the external IP only the internal eth1 IP.
You can setup server and clients inside the private network and don’t expose PMM interface to the public internet.
If you want – you can configure independently installed HTTP reverse proxy (like nginx or apache) for exposing PMM interface via public URL like [URL=“https://internalip/pmm/?”]https://internalIP/pmm/[/URL]
keep in mind that you need to configure rewriting rules on your reverse proxy, like in the following nginx example