diff --git a/docker-compose.yml b/docker-compose.yml index 5480741..f0e8f4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,6 +27,13 @@ services: container_name: meshai restart: unless-stopped + # Resolve external HTTP feeds via the LXC host's working resolver + # (Tailscale MagicDNS, 100.100.100.100). The Docker daemon default + # of 1.1.1.1/8.8.8.8 is unreachable from this container's NAT egress, + # which silently broke NWS/SWPC/meshview hostname resolution. + dns: + - 100.100.100.100 + # Uncomment for USB serial connection to Meshtastic device # devices: # - /dev/ttyUSB0:/dev/ttyUSB0