Add migration to add firewall opening for docker DNS and fix comment

This commit is contained in:
David Heinemeier Hansson
2025-08-22 18:08:18 +02:00
parent e7ea45a802
commit 6366dc1118
2 changed files with 4 additions and 1 deletions

3
migrations/1755878717.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "Ensure Docker DNS requests are not blocked by ufw firewall"
sudo ufw allow in proto udp from 172.16.0.0/12 to 172.17.0.1 port 53 comment 'allow-docker-dns'