add nightly

This commit is contained in:
Qballjos 2021-02-26 14:32:00 +01:00
parent 37d1373789
commit 8d004c144c

View file

@ -8,7 +8,7 @@ services:
- "PGID=${PGID}"
- "UMASK=${UMASK}"
- "TZ=${TZ}"
image: hotio/lidarr
image: hotio/lidarr:nightly
privileged: true
ports:
- "${LIDARRPORT}:8686"
@ -23,7 +23,7 @@ services:
- "PGID=${PGID}"
- "UMASK=${UMASK}"
- "TZ=${TZ}"
image: hotio/radarr
image: hotio/radarr:nightly
privileged: true
ports:
- "${RADARRPORT}:7878"
@ -38,7 +38,7 @@ services:
- "PGID=${PGID}"
- "UMASK=${UMASK}"
- "TZ=${TZ}"
image: hotio/sonarr
image: hotio/sonarr:nightly
privileged: true
ports:
- "${SONARRPORT}:8989"