Uncommented the restarts
This commit is contained in:
parent
da1e37b9ce
commit
92adbcb186
@ -13,7 +13,7 @@ services:
|
|||||||
- <entertainment_folder>/tvshows:/data/movies # change me!
|
- <entertainment_folder>/tvshows:/data/movies # change me!
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
# restart: unless-stopped Uncomment only when you confirm everything is working
|
restart: unless-stopped
|
||||||
|
|
||||||
# qBitorrent is used to download torrents
|
# qBitorrent is used to download torrents
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
@ -29,7 +29,7 @@ services:
|
|||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
- 8080:8080
|
- 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 is used to query, add downloads to the download queue and index TV shows
|
||||||
sonarr:
|
sonarr:
|
||||||
@ -44,7 +44,7 @@ services:
|
|||||||
- <entertainment_folder>/downloads:/downloads # change me!
|
- <entertainment_folder>/downloads:/downloads # change me!
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 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 is used to query, add downloads to the download queue and index Movies
|
||||||
radarr:
|
radarr:
|
||||||
@ -58,7 +58,7 @@ services:
|
|||||||
- <entertainment_folder>/downloads:/downloads # change me!
|
- <entertainment_folder>/downloads:/downloads # change me!
|
||||||
ports:
|
ports:
|
||||||
- 7878:7878
|
- 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 is used to download and categorize subtitles
|
||||||
bazarr:
|
bazarr:
|
||||||
@ -72,7 +72,7 @@ services:
|
|||||||
- <entertainment_folder>/tvshows:/tv # change me!
|
- <entertainment_folder>/tvshows:/tv # change me!
|
||||||
ports:
|
ports:
|
||||||
- 6767:6767
|
- 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
|
# Jackett is our torrent indexer/searcher. Sonarr/Radarr use Jackett as a
|
||||||
# source
|
# source
|
||||||
@ -87,4 +87,4 @@ services:
|
|||||||
- <entertainment_folder>/blackhole:/downloads # change me!
|
- <entertainment_folder>/blackhole:/downloads # change me!
|
||||||
ports:
|
ports:
|
||||||
- 9117:9117
|
- 9117:9117
|
||||||
# restart: unless-stopped Uncomment only when you confirm everything is working
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user