From 249612bf6779f671281941f9e043700edb0daca8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 11:49:24 +0200 Subject: [PATCH] Take it down to add the rule --- migrations/1755878717.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/1755878717.sh b/migrations/1755878717.sh index fa7ffd8f..164fe6a6 100644 --- a/migrations/1755878717.sh +++ b/migrations/1755878717.sh @@ -1,3 +1,5 @@ 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