Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: host network configuration on linux (#3394)
Docker on Linux doesn't understand `host.docker.internal` automatically. We need to add it as an extra host using `extra_hosts`. This was caught by @mrasu in his issue #3393.
- Loading branch information