How do I change the port that Portainer runs on?
-p 443:9443PreviousHow do I find, skip, or customize my setup token?NextMy host is using SELinux. Can I use Portainer?
Was this helpful?
By default, Portainer runs on port 9443. To change the port, edit the -p parameter of your docker run command to suit. For example, if you wanted Portainer to listen on port 443:
-p 443:9443Was this helpful?
Was this helpful?