Update Docker & Kubernetes/Docker/Docker Compose/Firefox.md

This commit is contained in:
2024-07-11 22:04:10 -06:00
parent 74d2d219c0
commit 0b1eef44cd

View File

@ -50,4 +50,9 @@ http:
servers: servers:
- url: http://192.168.5.4:5800 - url: http://192.168.5.4:5800
passHostHeader: true passHostHeader: true
# Adding forwardingTimeouts to set the send and read timeouts to 1 hour (3600 seconds)
forwardingTimeouts:
dialTimeout: "3600s"
responseHeaderTimeout: "3600s"
``` ```