From f16908d701804739cb0c93e911f56c8c41b3b583 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 21:46:14 +0200 Subject: [PATCH] Busted --- migrations/1755878717.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 migrations/1755878717.sh diff --git a/migrations/1755878717.sh b/migrations/1755878717.sh deleted file mode 100644 index 164fe6a..0000000 --- a/migrations/1755878717.sh +++ /dev/null @@ -1,5 +0,0 @@ -echo "Ensure Docker DNS requests are not blocked by ufw firewall" - -sudo ufw disable -sudo ufw allow in proto udp from 172.16.0.0/12 to 172.17.0.1 port 53 comment 'allow-docker-dns' -sudo ufw enable