mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
docs: remove writeTimeout on traefik example (#25837)
Don't recommend writeTimeout: 600s for traefik example
This commit is contained in:
@@ -98,7 +98,6 @@ entryPoints:
|
|||||||
respondingTimeouts:
|
respondingTimeouts:
|
||||||
readTimeout: 600s
|
readTimeout: 600s
|
||||||
idleTimeout: 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.
|
The second part is in the `docker-compose.yml` file where immich is in. Add the Traefik specific labels like in the example.
|
||||||
|
|||||||
Reference in New Issue
Block a user