EdyTheCow / docker-pterodactyl

Running Pterodactyl Panel inside docker containers behind Traefik reverse proxy
255 stars 52 forks source link

Change port of panel #15

Closed finnie2006 closed 2 years ago

finnie2006 commented 3 years ago

How can i change the port of the panel

EdyTheCow commented 3 years ago

I am not sure why you would wanna do that? The panel runs on port 80 by default.

finnie2006 commented 3 years ago

Because port 80 and 443 are already in use on the vps

EdyTheCow commented 3 years ago

In that case this specific setup isn't really useful to you unless you move your applications running on those ports under Traefik. For Traefik reverse proxy to work, it needs 80 and 443 ports to be unused.

yyewolf commented 1 year ago

For a rootless setup going above 1024 would be required, so is it possible to change the port or no ?