Increase traefik read timeout to allow uploading larger container images
This commit is contained in:
parent
2811234219
commit
da92cf8f9f
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ entrypoints:
|
|||
# trustedIPs: []
|
||||
https:
|
||||
address: :443
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: 600
|
||||
http3: {}
|
||||
# proxyProtocol:
|
||||
# insecure: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue