Add CADDY_DOCKER_POLLING_INTERVAL environment variable

This commit is contained in:
Andras Bacsai 2024-03-11 15:36:45 +01:00
parent 1defed27a0
commit f24063cfea

View File

@ -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",