mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Turn on ufw-docker
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user