Add extra_hosts for l2-config-generation service
This commit is contained in:
parent
c5f97dda13
commit
48daffe844
@ -49,6 +49,8 @@ services:
|
|||||||
- l2_config:/l2-config
|
- l2_config:/l2-config
|
||||||
entrypoint: "bash"
|
entrypoint: "bash"
|
||||||
command: "/generate-l2-config.sh"
|
command: "/generate-l2-config.sh"
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
# Initializes and runs the L2 execution client (outputs to volume l2_geth_data)
|
# Initializes and runs the L2 execution client (outputs to volume l2_geth_data)
|
||||||
op-geth:
|
op-geth:
|
||||||
|
Loading…
Reference in New Issue
Block a user