From 5c526266f8a45e1989da4de7a2240e8956efa230 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sat, 27 Jul 2024 14:13:48 +0000 Subject: [PATCH] feat: Add docker gateway address to uptime --- modules/uptime/jobspec.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/uptime/jobspec.json b/modules/uptime/jobspec.json index 12109b5..6faa539 100644 --- a/modules/uptime/jobspec.json +++ b/modules/uptime/jobspec.json @@ -24,6 +24,9 @@ "target": "/var/run/docker.sock", "source": "/var/run/docker.sock" } + ], + "extra_hosts": [ + "host.docker.internal:host-gateway" ] }, "Resources": {