mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
docs: remove writeTimeout on traefik example (#25837)
Don't recommend writeTimeout: 600s for traefik example
This commit is contained in:
parent
94d3039606
commit
435565be1b
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue