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