summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-06 18:00:20 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-06 18:00:20 -0300
commit92adbcb186223374a0d79fbf3cf27a7c78ce0c91 (patch)
tree2d00b47e1e39340c958c9461808f9d4eaed137ff /docker-compose.example.yaml
parentda1e37b9ce9697d19e347ef05e38076efadacb24 (diff)
Uncommented the restarts
Diffstat (limited to 'docker-compose.example.yaml')
-rw-r--r--docker-compose.example.yaml12
1 files changed, 6 insertions, 6 deletions
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:
- <entertainment_folder>/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:
- <entertainment_folder>/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:
- <entertainment_folder>/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:
- <entertainment_folder>/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:
- <entertainment_folder>/blackhole:/downloads # change me!
ports:
- 9117:9117
- # restart: unless-stopped Uncomment only when you confirm everything is working
+ restart: unless-stopped