fix missing dash in dns networks def
This commit is contained in:
parent
c1ad8a89fa
commit
b881520a38
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue