feat: Add docker gateway address to uptime

This commit is contained in:
Ben Martin 2024-07-27 14:13:48 +00:00
parent a04079b558
commit 5c526266f8
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -24,6 +24,9 @@
"target": "/var/run/docker.sock", "target": "/var/run/docker.sock",
"source": "/var/run/docker.sock" "source": "/var/run/docker.sock"
} }
],
"extra_hosts": [
"host.docker.internal:host-gateway"
] ]
}, },
"Resources": { "Resources": {