Merge pull request #1429 from martinmose/fix/ufw

Fix UFW Persistence
This commit is contained in:
David Heinemeier Hansson
2025-09-07 20:48:47 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ sudo ufw allow in proto udp from 172.16.0.0/12 to 172.17.0.1 port 53 comment 'al
# Turn on the firewall
sudo ufw --force enable
# Enable UFW systemd service to start on boot
sudo systemctl enable ufw
# Turn on Docker protections
sudo ufw-docker install
sudo ufw reload