Fix whitelist path

This commit is contained in:
Nemo 2019-05-28 17:08:50 +05:30
parent bd27db6aa6
commit 77afa90a64
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}]
}