From 86f6511701638e1a14c321341fcf60cdfd509084 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Mon, 15 Feb 2021 15:31:57 +0100 Subject: [PATCH] Add config volume to tdarr v2 node --- services/tdarrv2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/tdarrv2.yaml b/services/tdarrv2.yaml index aa3ea9e..4ad27b9 100644 --- a/services/tdarrv2.yaml +++ b/services/tdarrv2.yaml @@ -37,6 +37,7 @@ services: volumes: - torrents:/media - transcodes:/temp + - settingstdarrv2:/app/configs labels: - "traefik.enable=false"