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
|
# Updated path to match your new 'infrastructure' folder structure
|
||||||
- /docker/core/dns/config:/etc/dns
|
- /docker/core/dns/config:/etc/dns
|
||||||
networks:
|
networks:
|
||||||
dns_external
|
- dns_external
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=dns_external"
|
- "traefik.docker.network=dns_external"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue