Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: docker compose on linux #157

Closed

Conversation

thomasknauth
Copy link

@thomasknauth thomasknauth commented Jan 29, 2024

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

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.

On Linux, `extra_hosts` stanza is required for services inside the
containers to be able to connect to those ports on the host.
@vasyl-ivanchuk
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants