Fix Firefox Sync

This commit is contained in:
Nemo 2019-04-14 00:11:55 +05:30
parent 114487fc1e
commit d9ef272286
1 changed files with 7 additions and 2 deletions

View File

@ -24,7 +24,12 @@ module "firefox-sync" {
"PORT=5000",
]
networks = [
"${list(module.docker.traefik-network-id)}",
networks_advanced = [
{
name = "traefik"
},
{
name = "bridge"
},
]
}