add nightly tag for v3

This commit is contained in:
Qballjos 2021-02-26 12:58:08 +01:00
parent 94eec66552
commit 470cbf3a1e
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
version: "3.7"
services:
lidarr:
container_name: lidarr
container_name: lidarr:nightly
environment:
- "PUID=${PUID}"
- "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"