From adac3132a5dcff3d6472d0c2cee805f1604c1f95 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Mon, 7 Nov 2022 22:49:51 +0100 Subject: [PATCH] Add path mappings to calibre and calibre-web --- services/calibre-web.yaml | 3 ++- services/calibre.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/calibre-web.yaml b/services/calibre-web.yaml index c1480a5..b7eb0ce 100644 --- a/services/calibre-web.yaml +++ b/services/calibre-web.yaml @@ -10,4 +10,5 @@ services: - DOCKER_MODS=linuxserver/mods:universal-calibre - OAUTHLIB_RELAX_TOKEN_SCOPE=1 volumes: - - configcalibre:/config \ No newline at end of file + - configcalibre:/config + - torrents:/torrents \ No newline at end of file diff --git a/services/calibre.yaml b/services/calibre.yaml index de9a6e7..eb215ca 100644 --- a/services/calibre.yaml +++ b/services/calibre.yaml @@ -11,6 +11,7 @@ services: - CLI_ARGS= volumes: - configcalibre:/config + - torrents:/torrents volumes: configcalibre: