Add extra_hosts for l2-config-generation service

This commit is contained in:
Adw8 2024-09-04 11:02:25 +05:30
parent c5f97dda13
commit 48daffe844

View File

@ -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: