Pin the resolver to a tag that exists
tests / pest (push) Successful in 9m52s Details
tests / assets (push) Successful in 21s Details
tests / release (push) Successful in 4s Details

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 <noreply@anthropic.com>
feat/portal-design tested-20260727-0911-32ae64d
Claude 2026-07-27 10:17:20 +02:00
parent 457eeeeaef
commit 32ae64d5fd
1 changed files with 1 additions and 1 deletions

View File

@ -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"