traefik: fix syntax for new version

This commit is contained in:
2026-01-23 10:09:43 -05:00
parent 6d2d895b67
commit ca3234cb79

View File

@@ -4,11 +4,12 @@ traefik:
- --entryPoints.websecure.transport.respondingTimeouts.readTimeout=0
ports:
web:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
gitssh:
port: 2222
exposedPort: 22