Skip to content

Commit

Permalink
Add CADDY_DOCKER_POLLING_INTERVAL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Mar 11, 2024
1 parent 1defed2 commit f24063c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap/helpers/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ function generate_default_proxy_configuration(Server $server)
"extra_hosts" => [
"host.docker.internal:host-gateway",
],
"environment" => [
"CADDY_DOCKER_POLLING_INTERVAL=5s",
],
"networks" => $networks->toArray(),
"ports" => [
"80:80",
Expand Down

0 comments on commit f24063c

Please sign in to comment.