Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,15 @@ $ npx tsx scripts/testing.ts --help
```

Note that the ./packages/testing/src/api/data/people.ts file contains a list of people that are used to anonymize data.

## Troubleshooting

### I can access the core service (on port 3000), but all the other services are unavailable (maildev, test client, etc.)

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:

- Open Docker Desktop
- Navigate to Settings.
- Under the Resources tab, select Network.
- Check the Enable host networking option.
- Select Apply and restart.