Traefik errors due to bind permission

taltamir

Dabbler
Joined
Aug 2, 2022
Messages
28
I installed Traefik as per instructions. but it isn't working.
I checked the logs and this is the error I get
2023/03/24 16:31:49 traefik.go:81: command traefik error: error while building entryPoint main: error preparing server: error opening listener: listen tcp :80: bind: permission denied
anyone knows what the problem is?
 

taltamir

Dabbler
Joined
Aug 2, 2022
Messages
28
ok. derp.
i figured it out.
i accidentally put the wrong setting.

Instructions were to do:
> web Entrypoint Configuration > Entrypoints port: Change port 9080 to port 80
> websecure Entrypoint Configuration > Entrypoints port: Change port 9443 to port 443

Instead I did:
> Main Entrypoint Configuration: Change port 9000 to port 80
> web Entrypoint Configuration > Entrypoints port: Change port 9080 to port 443
> websecure Entrypoint Configuration > Entrypoints port: leave as port 9443

I need a nap
 
Top