@@ -3,6 +3,7 @@ services:
3
3
reverse-proxy :
4
4
image : jwilder/nginx-proxy
5
5
container_name : reverse-proxy
6
+ restart : unless-stopped
6
7
ports :
7
8
- " 80:80"
8
9
- " 8080:8080"
@@ -15,6 +16,7 @@ services:
15
16
image : " linuxserver/transmission"
16
17
container_name : transmission
17
18
hostname : transmission
19
+ restart : unless-stopped
18
20
volumes :
19
21
- " ${STORAGE_LOCATION}/transmission/config:/config"
20
22
- " ${STORAGE_LOCATION}/transmission/downloads:/downloads"
@@ -34,6 +36,7 @@ services:
34
36
image : " linuxserver/jackett"
35
37
container_name : jackett
36
38
hostname : jackett
39
+ restart : unless-stopped
37
40
volumes :
38
41
- " ${STORAGE_LOCATION}/jackett/config:/config"
39
42
- " ${STORAGE_LOCATION}/transmission/downloads:/downloads"
@@ -47,6 +50,7 @@ services:
47
50
plex :
48
51
image : " plexinc/pms-docker"
49
52
container_name : plex
53
+ restart : unless-stopped
50
54
ports :
51
55
- " 32400:32400/tcp"
52
56
- " 3005:3005/tcp"
@@ -77,6 +81,7 @@ services:
77
81
image : " linuxserver/sonarr"
78
82
container_name : sonarr
79
83
hostname : sonarr
84
+ restart : unless-stopped
80
85
ports :
81
86
- " 8989:8989"
82
87
volumes :
@@ -93,6 +98,7 @@ services:
93
98
image : " linuxserver/radarr"
94
99
container_name : radarr
95
100
hostname : radarr
101
+ restart : unless-stopped
96
102
ports :
97
103
- " 7878:7878"
98
104
volumes :
0 commit comments