Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Træfik
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
Deployments
Træfik
Commits
f6bdfaa5
Verified
Commit
f6bdfaa5
authored
11 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Set ReadTimeout to 300s
- The default value is 60s -
https://github.com/traefik/traefik/issues/10598
parent
78e622b4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sample.docker-compose.yml
+2
-0
2 additions, 0 deletions
sample.docker-compose.yml
with
2 additions
and
0 deletions
sample.docker-compose.yml
+
2
−
0
View file @
f6bdfaa5
...
...
@@ -19,8 +19,10 @@ services:
-
TRAEFIK_GLOBAL_SENDANONYMOUSUSAGE=false
-
TRAEFIK_ENTRYPOINTS_web=true
-
TRAEFIK_ENTRYPOINTS_web_ADDRESS=:80
-
TRAEFIK_ENTRYPOINTS_web_TRANSPORT_RESPONDINGTIMEOUTS_READTIMEOUT=300
-
TRAEFIK_ENTRYPOINTS_websecure=true
-
TRAEFIK_ENTRYPOINTS_websecure_ADDRESS=:443
-
TRAEFIK_ENTRYPOINTS_websecure_TRANSPORT_RESPONDINGTIMEOUTS_READTIMEOUT=300
-
TRAEFIK_CERTIFICATESRESOLVERS_${TF_CERTRESOLVER_NAME1}=true
-
TRAEFIK_CERTIFICATESRESOLVERS_${TF_CERTRESOLVER_NAME1}_ACME_EMAIL=${TF_ACME_EMAIL}
-
TRAEFIK_CERTIFICATESRESOLVERS_${TF_CERTRESOLVER_NAME1}_ACME_STORAGE=/etc/traefik/acme/acme_${TF_CERTRESOLVER_NAME1}.json
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment