From 77afa90a64b91f81df54b6408d2455c4b219a798 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 28 May 2019 17:08:50 +0530 Subject: [PATCH] Fix whitelist path --- 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 +++ b/rss-bridge.tf @@ -19,7 +19,7 @@ module "rss-bridge" { ] volumes = [{ - container_path = "/app/public/whitelist.txt" + container_path = "/app/whitelist.txt" host_path = "/mnt/xwing/config/rss-bridge/whitelist.txt" }] }