content: update ufw

This commit is contained in:
Thomas Bishop 2025-11-05 19:32:57 +00:00
parent f24f9f1fc7
commit 450bfd4239

View file

@ -50,6 +50,9 @@ Verify rules:
ufw status --verbose
```
```
Command for allowing access to a port on the Docker bridge network
```sh
sudo ufw allow from 172.18.0.0/16 to any port 8006
```