Add CADDY_DOCKER_POLLING_INTERVAL environment variable
This commit is contained in:
parent
1defed27a0
commit
f24063cfea
@ -186,6 +186,9 @@ function generate_default_proxy_configuration(Server $server)
|
|||||||
"extra_hosts" => [
|
"extra_hosts" => [
|
||||||
"host.docker.internal:host-gateway",
|
"host.docker.internal:host-gateway",
|
||||||
],
|
],
|
||||||
|
"environment" => [
|
||||||
|
"CADDY_DOCKER_POLLING_INTERVAL=5s",
|
||||||
|
],
|
||||||
"networks" => $networks->toArray(),
|
"networks" => $networks->toArray(),
|
||||||
"ports" => [
|
"ports" => [
|
||||||
"80:80",
|
"80:80",
|
||||||
|
Loading…
Reference in New Issue
Block a user