Skip to content

Commit b8e2d1d

Browse files
committed
restart unless stopped
1 parent 41111bf commit b8e2d1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
reverse-proxy:
44
image: jwilder/nginx-proxy
55
container_name: reverse-proxy
6+
restart: unless-stopped
67
ports:
78
- "80:80"
89
- "8080:8080"
@@ -15,6 +16,7 @@ services:
1516
image: "linuxserver/transmission"
1617
container_name: transmission
1718
hostname: transmission
19+
restart: unless-stopped
1820
volumes:
1921
- "${STORAGE_LOCATION}/transmission/config:/config"
2022
- "${STORAGE_LOCATION}/transmission/downloads:/downloads"
@@ -34,6 +36,7 @@ services:
3436
image: "linuxserver/jackett"
3537
container_name: jackett
3638
hostname: jackett
39+
restart: unless-stopped
3740
volumes:
3841
- "${STORAGE_LOCATION}/jackett/config:/config"
3942
- "${STORAGE_LOCATION}/transmission/downloads:/downloads"
@@ -47,6 +50,7 @@ services:
4750
plex:
4851
image: "plexinc/pms-docker"
4952
container_name: plex
53+
restart: unless-stopped
5054
ports:
5155
- "32400:32400/tcp"
5256
- "3005:3005/tcp"
@@ -77,6 +81,7 @@ services:
7781
image: "linuxserver/sonarr"
7882
container_name: sonarr
7983
hostname: sonarr
84+
restart: unless-stopped
8085
ports:
8186
- "8989:8989"
8287
volumes:
@@ -93,6 +98,7 @@ services:
9398
image: "linuxserver/radarr"
9499
container_name: radarr
95100
hostname: radarr
101+
restart: unless-stopped
96102
ports:
97103
- "7878:7878"
98104
volumes:

0 commit comments

Comments
 (0)