Turn on ufw-docker
This commit is contained in:
parent
b1c5b420bc
commit
a735337a59
@ -19,5 +19,8 @@ if ! command -v ufw &>/dev/null; then
|
||||
|
||||
# Turn on the firewall
|
||||
sudo ufw enable
|
||||
|
||||
# Turn on Docker protections
|
||||
sudo ufw-docker install
|
||||
sudo ufw reload
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user