Add extra_hosts for L2 config generation service #5

Merged
nabarun merged 2 commits from deep-stack/fixturenet-optimism-stack:ag-extra-hosts into main 2024-09-04 14:04:26 +00:00
Showing only changes of commit 48daffe844 - Show all commits

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: