Skip to main content

5. Portainer Optimizations

Although the default Portainer Web UI is plenty for managing docker containers, there are a few optimizations that can be made to increase ease of use:

Adding local/public IP to your Environment Details:

First begin by logging into your portainer instance

Next Press the button that looks like a plug socket

portainer_menu.png

Next, Click on local

portainer_select_environment.JPG

Next, Enter the server's local IP in the Public IP box.

portainer_environment_ip.JPG

Then, click Update Environment to save your configuration

Now, whenever, you click on the hyperlink for the exposed ports of the server in the example below, it will redirect you to http://<ip-address>:<port> instead of http://0.0.0.0:<port>

portainer_published_ports.JPG

In this example, clicking on the 5080:80 hyperlink will redirect you to http://10.0.0.57:5080