Open traefik on port 80 and 443

This commit is contained in:
Colin Hebert
2022-12-26 09:42:43 +01:00
parent f5cd82723c
commit e4e2ff3f9a

View File

@@ -8,3 +8,16 @@ api:
insecure: true
accessLog: {}
entryPoints:
web:
address: :80
http:
# redirections:
# entryPoint:
# to: websecure
# scheme: https
websecure:
address: :443
http:
tls: {}