From 221e6a8affa1e75f487c2552caa67944398a3390 Mon Sep 17 00:00:00 2001 From: SelfhostedPro Date: Tue, 2 Jun 2020 15:36:48 -0700 Subject: [PATCH] added volume mappting (fix later) (fixed typo) --- Template/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Template/template.json b/Template/template.json index 64d9f9d..f5dbc6d 100644 --- a/Template/template.json +++ b/Template/template.json @@ -77,7 +77,7 @@ ], "volumes": [ {"container": "/books", - "bind": "/srv/dev-disk-by-label-media/Files/AppData/Jackett" + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Booksonic" }, {"container": "/podcast", "bind": "/srv/dev-disk-by-label-media/Files/Podcasts"