Skip to content

Commit fca7881

Browse files
committed
📝 add troubleshooting for network_mode: host
1 parent 1a92a48 commit fca7881

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,15 @@ $ npx tsx scripts/testing.ts --help
198198
```
199199

200200
Note that the ./packages/testing/src/api/data/people.ts file contains a list of people that are used to anonymize data.
201+
202+
## Troubleshooting
203+
204+
### I can access the core service (on port 3000), but all the other services are unavailable (maildev, test client, etc.)
205+
206+
If you're using Docker Desktop, you might have not enabled the [host networking](https://docs.docker.com/engine/network/drivers/host/). Your version of Docker Desktop must be 4.34 or later, and you can enable it by following these steps:
207+
208+
- Open Docker Desktop
209+
- Navigate to Settings.
210+
- Under the Resources tab, select Network.
211+
- Check the Enable host networking option.
212+
- Select Apply and restart.

0 commit comments

Comments
 (0)