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

View File

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