Add extra_hosts for L2 config generation service #5
@ -49,6 +49,8 @@ services:
|
||||
- l2_config:/l2-config
|
||||
entrypoint: "bash"
|
||||
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)
|
||||
op-geth:
|
||||
|
Loading…
Reference in New Issue
Block a user