matter-labs / block-explorer

zkSync Era Block Explorer
Apache License 2.0
125 stars 110 forks source link

fix: docker compose on linux #157

Closed thomasknauth closed 8 months ago

thomasknauth commented 9 months ago

On Linux, extra_hosts stanza is required for services inside the containers to be able to connect to those ports on the host.

What ❔

Fixes container connectivity when running on Linux.

Why ❔

Similar fix was already applied in zkcli-block-explorer repo.

Checklist

vasyl-ivanchuk commented 8 months ago

Thanks for the PR, this was already done: docker-compose-cli.yaml