drpc.yml: fix extra_hosts for Docker 28 compatibility - replace host-gateway with 172.17.0.1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user