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" version: "3.7"
services: services:
lidarr: lidarr:
container_name: lidarr container_name: lidarr:nightly
environment: environment:
- "PUID=${PUID}" - "PUID=${PUID}"
- "PGID=${PGID}" - "PGID=${PGID}"
- "UMASK=${UMASK}" - "UMASK=${UMASK}"
- "TZ=${TZ}" - "TZ=${TZ}"
image: hotio/lidarr image: hotio/lidarr:nightly
privileged: true privileged: true
ports: ports:
- "${LIDARRPORT}:8686" - "${LIDARRPORT}:8686"
@ -23,7 +23,7 @@ services:
- "PGID=${PGID}" - "PGID=${PGID}"
- "UMASK=${UMASK}" - "UMASK=${UMASK}"
- "TZ=${TZ}" - "TZ=${TZ}"
image: hotio/radarr image: hotio/radarr:nightly
privileged: true privileged: true
ports: ports:
- "${RADARRPORT}:7878" - "${RADARRPORT}:7878"