Page 1 of 1

Move portainer to different port?

Posted: Thu Apr 10, 2025 10:30 am
by marcusclarcus

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!


Re: Move portainer to different port?

Posted: Thu Apr 10, 2025 10:57 am
by rogs

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.