Move portainer to different port?
Posted: Thu Apr 10, 2025 10:30 am
I’m running yams on Ubuntu, is there a way to move portainer to a different port (ie 9001)? I need to free up port 9000
Thanks!
A small forum to talk and discuss about YAMS
https://forum.yams.media/
I’m running yams on Ubuntu, is there a way to move portainer to a different port (ie 9001)? I need to free up port 9000
Thanks!
Hey @marcusclarcus!
Yes. You can edit the docker compose file and change the port in the Portainer definition. Change:
Code: Select all
9000:9000
To
Code: Select all
9001:9000
Cheers!
Roger.