add restart: unless-stopped

This commit is contained in:
Qballjos 2021-02-26 14:58:15 +01:00
parent 3b4c653947
commit c21146375d
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
plex:
container_name: plex
image: hotio/plex
restart: unless-stopped
ports:
- "${PLEXPORT}:32400"
environment:
@ -24,6 +25,7 @@ services:
tautulli:
container_name: tautulli
image: hotio/tautulli
restart: unless-stopped
ports:
- "${TAUTULLIPORT}:8181"
environment:
@ -36,6 +38,7 @@ services:
ombi:
container_name: ombi
image: hotio/ombi
restart: unless-stopped
ports:
- "${OMBIPORT}:5000"
environment:

View File

@ -9,6 +9,7 @@ services:
- "UMASK=${UMASK}"
- "TZ=${TZ}"
image: hotio/lidarr:nightly
restart: unless-stopped
privileged: true
ports:
- "${LIDARRPORT}:8686"
@ -24,6 +25,7 @@ services:
- "UMASK=${UMASK}"
- "TZ=${TZ}"
image: hotio/radarr:nightly
restart: unless-stopped
privileged: true
ports:
- "${RADARRPORT}:7878"
@ -39,6 +41,7 @@ services:
- "UMASK=${UMASK}"
- "TZ=${TZ}"
image: hotio/sonarr:nightly
restart: unless-stopped
privileged: true
ports:
- "${SONARRPORT}:8989"