content: update ufw
This commit is contained in:
parent
f24f9f1fc7
commit
450bfd4239
1 changed files with 4 additions and 1 deletions
|
|
@ -50,6 +50,9 @@ Verify rules:
|
||||||
ufw status --verbose
|
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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue