Skip to content

Commit

Permalink
Add traefik readTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Sep 27, 2024
1 parent 821de3e commit 625e40f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ services:
--api.debug=true
--entryPoints.http.address=:80
--entryPoints.https.address=:443
# see https://doc.traefik.io/traefik/routing/entrypoints/#respondingtimeouts
--entryPoints.https.transport.respondingTimeouts.readTimeout=60
--entryPoints.ssh.address=:22
--providers.file.filename=/etc/traefik/tls.yml
--providers.docker=true
Expand Down

0 comments on commit 625e40f

Please sign in to comment.