diff --git a/Template/Stack/rr_mtm.yml b/Template/Stack/rr_mtm.yml index 0835fa4..3be9fd8 100644 --- a/Template/Stack/rr_mtm.yml +++ b/Template/Stack/rr_mtm.yml @@ -8,7 +8,7 @@ services: - "PGID=${PGID}" - "UMASK=${UMASK}" - "TZ=${TZ}" - image: hotio/lidarr:nightly + image: hotio/lidarr privileged: true ports: - "${LIDARRPORT}:8686" @@ -23,7 +23,7 @@ services: - "PGID=${PGID}" - "UMASK=${UMASK}" - "TZ=${TZ}" - image: hotio/radarr:nightly + image: hotio/radarr privileged: true ports: - "${RADARRPORT}:7878" @@ -38,7 +38,7 @@ services: - "PGID=${PGID}" - "UMASK=${UMASK}" - "TZ=${TZ}" - image: hotio/sonarr:nightly + image: hotio/sonarr privileged: true ports: - "${SONARRPORT}:8989"