add nightly
This commit is contained in:
parent
37d1373789
commit
8d004c144c
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
- "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"
|
||||||
|
@ -38,7 +38,7 @@ services:
|
||||||
- "PGID=${PGID}"
|
- "PGID=${PGID}"
|
||||||
- "UMASK=${UMASK}"
|
- "UMASK=${UMASK}"
|
||||||
- "TZ=${TZ}"
|
- "TZ=${TZ}"
|
||||||
image: hotio/sonarr
|
image: hotio/sonarr:nightly
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- "${SONARRPORT}:8989"
|
- "${SONARRPORT}:8989"
|
||||||
|
|
Loading…
Reference in a new issue