drpc/drpc-free: host.docker.internal -> literal 172.17.0.1 (docker0) instead of host-gateway magic (Docker 28 + carrier-less docker0 breaks dshackle recreate; sg-9 2026-09-22/23)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KjqejYycVyVvrxV9aTDhgX
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ services:
|
|||||||
- "traefik.http.routers.drpc-free.tls.certresolver=myresolver"
|
- "traefik.http.routers.drpc-free.tls.certresolver=myresolver"
|
||||||
- "traefik.http.routers.drpc-free.rule=Host(`$GW_FREE_DOMAIN`)"
|
- "traefik.http.routers.drpc-free.rule=Host(`$GW_FREE_DOMAIN`)"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:172.17.0.1" # literal docker0 IP: Docker 28 cannot resolve host-gateway when docker0 has no carrier (sg-9 gateway outage 2026-09-22/23)
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
@@ -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" # literal docker0 IP: Docker 28 cannot resolve host-gateway when docker0 has no carrier (sg-9 gateway outage 2026-09-22/23)
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
Reference in New Issue
Block a user