Hi, I've tried to change the default 443 port in the traefik config file but had no success.
Where can i define it?
Thank you
Originally created by @aq2kx on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/403
Hi, I've tried to change the default 443 port in the traefik config file but had no success.
Where can i define it?
Thank you
@oschwartz10612 commented on GitHub (Mar 24, 2025):
You would want to look at the entrypoints the traefik_config.yml file but I am not sure how much will work if you do not use 443. Cant hurt to try though!
<!-- gh-comment-id:2748740214 -->
@oschwartz10612 commented on GitHub (Mar 24, 2025):
You would want to look at the entrypoints the traefik_config.yml file but I am not sure how much will work if you do not use 443. Cant hurt to try though!
@hhftechnology commented on GitHub (Mar 26, 2025):
Hi, I've tried to change the default 443 port in the traefik config file but had no success. Where can i define it? Thank you
A small run down on how to do it.
open your port in the firewall.
change the entryPoints
update the docker-compose.yml
and your end result
<!-- gh-comment-id:2753863890 -->
@hhftechnology commented on GitHub (Mar 26, 2025):
> Hi, I've tried to change the default 443 port in the traefik config file but had no success. Where can i define it? Thank you
A small run down on how to do it.
open your port in the firewall.

change the entryPoints

update the docker-compose.yml

and your end result

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @aq2kx on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/403
Hi, I've tried to change the default 443 port in the traefik config file but had no success.
Where can i define it?
Thank you
@oschwartz10612 commented on GitHub (Mar 24, 2025):
You would want to look at the entrypoints the traefik_config.yml file but I am not sure how much will work if you do not use 443. Cant hurt to try though!
@hhftechnology commented on GitHub (Mar 26, 2025):
A small run down on how to do it.




open your port in the firewall.
change the entryPoints
update the docker-compose.yml
and your end result