From 9d188cbb76e54ffb090c8186f34e1364c90572b4 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Tue, 22 Sep 2026 23:48:09 +0000 Subject: [PATCH] drpc.yml: fix extra_hosts for Docker 28 compatibility - replace host-gateway with 172.17.0.1 --- drpc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drpc.yml b/drpc.yml index 18847856..032e9819 100644 --- a/drpc.yml +++ b/drpc.yml @@ -62,7 +62,7 @@ services: - "${GW_ALLOW_LIST:+traefik.http.middlewares.gwallowlist.ipallowlist.sourcerange=$GW_ALLOW_LIST}" - "${GW_ALLOW_LIST:+traefik.http.routers.dshackle.middlewares=gwallowlist}" extra_hosts: - - "host.docker.internal:host-gateway" + - "host.docker.internal:172.17.0.1" networks: - chains logging: