From 92adbcb186223374a0d79fbf3cf27a7c78ce0c91 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 6 Jan 2023 18:00:20 -0300 Subject: Uncommented the restarts --- docker-compose.example.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docker-compose.example.yaml') diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index 6c9e9c2..70fa2b1 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -13,7 +13,7 @@ services: - /tvshows:/data/movies # change me! ports: - 8096:8096 - # restart: unless-stopped Uncomment only when you confirm everything is working + restart: unless-stopped # qBitorrent is used to download torrents qbittorrent: @@ -29,7 +29,7 @@ services: - 6881:6881 - 6881:6881/udp - 8080:8080 - # restart: unless-stopped Uncomment only when you confirm everything is working + restart: unless-stopped # Sonarr is used to query, add downloads to the download queue and index TV shows sonarr: @@ -44,7 +44,7 @@ services: - /downloads:/downloads # change me! ports: - 8989:8989 - # restart: unless-stopped Uncomment only when you confirm everything is working + restart: unless-stopped # Radarr is used to query, add downloads to the download queue and index Movies radarr: @@ -58,7 +58,7 @@ services: - /downloads:/downloads # change me! ports: - 7878:7878 - # restart: unless-stopped Uncomment only when you confirm everything is working + restart: unless-stopped # Bazarr is used to download and categorize subtitles bazarr: @@ -72,7 +72,7 @@ services: - /tvshows:/tv # change me! ports: - 6767:6767 - # restart: unless-stopped Uncomment only when you confirm everything is working + restart: unless-stopped # Jackett is our torrent indexer/searcher. Sonarr/Radarr use Jackett as a # source @@ -87,4 +87,4 @@ services: - /blackhole:/downloads # change me! ports: - 9117:9117 - # restart: unless-stopped Uncomment only when you confirm everything is working + restart: unless-stopped -- cgit v1.2.3