From a277f0e1d06aa24bae2e050a7775145b4e9ce83e Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 7 Jun 2024 10:04:25 +0200 Subject: [PATCH] added bazarr --- bazarr/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/docker-compose.yml b/bazarr/docker-compose.yml index 2406259..e898995 100644 --- a/bazarr/docker-compose.yml +++ b/bazarr/docker-compose.yml @@ -12,7 +12,7 @@ services: # - /path/to/movies:/movies #optional # - /path/to/tv:/tv #optional - '/srv/bazarr:/config' - # - "nfs_data:/shares" + - "nfs_data:/shares" ports: - 6767:6767 restart: unless-stopped