traefik/traefik.yml
2024-05-04 18:16:41 +02:00

20 lines
287 B
YAML

entryPoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
websecure:
address: ":443"
api:
# docker:
# endpoint: "unix:///var/run/docker.sock"
# exposedByDefault: false