From 32ae64d5fdb980c81986729f22e42de2b8c02430 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Jul 2026 10:17:20 +0200 Subject: [PATCH] Pin the resolver to a tag that exists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dnsmasq image was pinned to 2.90-r0, which is not published. The gateway therefore never started — correctly reported as not ready, so no client was handed a resolver that was not there, but the tunnel console did not come up either. Co-Authored-By: Claude Opus 5 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d28e791..0e100b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -96,7 +96,7 @@ services: # Both are optional: an installation without VPN_INTERNAL_HOST configured # simply does not start them (profile `vpn`). vpn-dns: - image: 4km3/dnsmasq:2.90-r0 + image: 4km3/dnsmasq:2.90-r3 restart: unless-stopped profiles: ["vpn"] network_mode: "service:queue-provisioning"