drpc.yml: fix extra_hosts for Docker 28 compatibility - replace host-gateway with 172.17.0.1

This commit is contained in:
2026-09-22 23:48:09 +00:00
parent c9ba7a2e4e
commit 9d188cbb76

View File

@@ -62,7 +62,7 @@ services:
- "${GW_ALLOW_LIST:+traefik.http.middlewares.gwallowlist.ipallowlist.sourcerange=$GW_ALLOW_LIST}" - "${GW_ALLOW_LIST:+traefik.http.middlewares.gwallowlist.ipallowlist.sourcerange=$GW_ALLOW_LIST}"
- "${GW_ALLOW_LIST:+traefik.http.routers.dshackle.middlewares=gwallowlist}" - "${GW_ALLOW_LIST:+traefik.http.routers.dshackle.middlewares=gwallowlist}"
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:172.17.0.1"
networks: networks:
- chains - chains
logging: logging: