🏡 index : github.com/captn3m0/nebula.git

author Nemo <me@captnemo.in> 2019-04-14 0:11:55.0 +05:30:00
committer Nemo <me@captnemo.in> 2019-04-14 0:11:55.0 +05:30:00
commit
d9ef272286c391ba308c97e38de2f23ab945b1c1 [patch]
tree
a37b853aa682479136d342123548f4be7f598e03
parent
114487fc1eb9014d673e7a1736c3250276ff027e
download
d9ef272286c391ba308c97e38de2f23ab945b1c1.tar.gz

Fix Firefox Sync



Diff

 firefox-sync.tf |  9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/firefox-sync.tf b/firefox-sync.tf
index e859f6a..10eac08 100644
--- a/firefox-sync.tf
+++ a/firefox-sync.tf
@@ -24,7 +24,12 @@
    "PORT=5000",
  ]

  networks = [

    "${list(module.docker.traefik-network-id)}",
  networks_advanced = [

    {
      name = "traefik"
    },
    {
      name = "bridge"
    },
  ]
}