docs: remove writeTimeout on traefik example (#25837)

Don't recommend writeTimeout: 600s for traefik example
This commit is contained in:
Aram Akhavan
2026-02-05 12:58:10 -08:00
committed by GitHub
parent 94d3039606
commit 435565be1b

View File

@@ -98,7 +98,6 @@ entryPoints:
respondingTimeouts:
readTimeout: 600s
idleTimeout: 600s
writeTimeout: 600s
```
The second part is in the `docker-compose.yml` file where immich is in. Add the Traefik specific labels like in the example.