fix missing dash in dns networks def

This commit is contained in:
admin 2026-01-26 15:23:25 -07:00
parent c1ad8a89fa
commit b881520a38

View file

@ -36,7 +36,7 @@ services:
# Updated path to match your new 'infrastructure' folder structure
- /docker/core/dns/config:/etc/dns
networks:
dns_external
- dns_external
labels:
- "traefik.enable=true"
- "traefik.docker.network=dns_external"