Docker: Increase Traefik read timeout from 1h to 3h

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-02-20 16:34:17 +01:00
parent cbd42e4212
commit 0075c73d06
2 changed files with 2 additions and 4 deletions

View File

@@ -43,9 +43,8 @@ entryPoints:
address: ":443"
transport:
respondingTimeouts:
readTimeout: "1h"
readTimeout: "3h"
writeTimeout: "0s"
idleTimeout: "300s"
# auto tls / https
certificatesResolvers: