-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Is there a way to make the timeouts configurable so that it is not a hard coded 60 seconds?
File: https://github.com/devilbox/docker-haproxy/blob/master/data/haproxy.cfg
- timeout client 60s
- timeout server 60s
I have been able to increase the value by logging into the haproxy container, changing the value, and then restarting the container.
This becomes a pain if I have to restart the containers each time to change the timeout value. Can it be configurable like the other environment variables so I can define the timeout value in configuration?
embolden
Metadata
Metadata
Assignees
Labels
No labels