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

author Nemo <me@captnemo.in> 2019-05-28 17:08:50.0 +05:30:00
committer Nemo <me@captnemo.in> 2019-05-28 17:08:50.0 +05:30:00
commit
77afa90a64b91f81df54b6408d2455c4b219a798 [patch]
tree
f60e9a51e531b48fd24c6716cb22a95db7981626
parent
bd27db6aa66d1646ae6f075ad4126831655e115a
download
77afa90a64b91f81df54b6408d2455c4b219a798.tar.gz

Fix whitelist path



Diff

 rss-bridge.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rss-bridge.tf b/rss-bridge.tf
index f811d5f..bf38404 100644
--- a/rss-bridge.tf
+++ a/rss-bridge.tf
@@ -19,7 +19,7 @@
  ]

  volumes = [{

    container_path = "/app/public/whitelist.txt"
    container_path = "/app/whitelist.txt"
    host_path      = "/mnt/xwing/config/rss-bridge/whitelist.txt"
  }]
}