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-compsose): add host.docker.internal as extra hosts #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ferferga
Copy link

@ferferga ferferga commented Jun 5, 2024

host.docker.internal only works fine for inter-container communication for MacOS systems, at least according to the documentation we have.

With this approach, Docker will handle all the OS-specific behaviour for us.

This is a workaround that should eventually be removed

host.docker.internal only works fine for inter-container communication for MacOS systems, at least
according to the documentation we have.

With this approach, Docker will handle all the OS-specific behaviour for us.

This is a workaround that should eventually be removed

Signed-off-by: GitHub <[email protected]>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left this one intact since the deployment we've been working on for the past month it's based on the docker-compose-local file, hence this one is untested and only the safest change (the extra_hosts addition) has been performed.

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.

1 participant