Fix Emby DNS to dnscrypt

This commit is contained in:
Nemo 2019-03-17 02:15:02 +05:30
parent 4fe34b183a
commit 6362702c51
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ resource "docker_container" "emby" {
container_path = "/media"
}
// TODO: Create a new separate network for DNS
// and use that instead
dns = ["192.168.1.111"]
labels = "${merge(
var.traefik-labels,
map(