Skip to content

Commit

Permalink
Add traefik readTimeout (#68)
Browse files Browse the repository at this point in the history
* Add traefik readTimeout

* Update docker-compose.yml
  • Loading branch information
joecorall authored Nov 5, 2024
1 parent 821de3e commit 2670352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ services:
--api.debug=true
--entryPoints.http.address=:80
--entryPoints.https.address=:443
--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 2670352

Please sign in to comment.