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 - --entryPoints.websecure.transport.respondingTimeouts.readTimeout=0
ports: ports:
web: web:
redirections: http:
entryPoint: redirections:
to: websecure entryPoint:
scheme: https to: websecure
permanent: true scheme: https
permanent: true
gitssh: gitssh:
port: 2222 port: 2222
exposedPort: 22 exposedPort: 22