traefik: fix syntax for new version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user