Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To solve this, you will need to configure your firewall to allow such requests.
If you are using [ufw](https://code.launchpad.net/ufw), this can be done with:

```sh
sudo ufw allow in on br-+
sudo ufw allow in on br-+ comment "(from Matrix Complement testing) Allow traffic from custom Docker networks to the host machine (host.docker.internal)"
```

### Running using Podman
Expand Down
Loading