testing something
This commit is contained in:
parent
250a8128b1
commit
569365824f
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
||||||
- UMASK=002
|
- UMASK=002
|
||||||
- "TZ=${TZ}"
|
- "TZ=${TZ}"
|
||||||
image: hotio/lidarr
|
image: hotio/lidarr
|
||||||
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- "${LIDARRPORT}:8686"
|
- "${LIDARRPORT}:8686"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -23,6 +24,7 @@ services:
|
||||||
- UMASK=002
|
- UMASK=002
|
||||||
- "TZ=${TZ}"
|
- "TZ=${TZ}"
|
||||||
image: hotio/radarr
|
image: hotio/radarr
|
||||||
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- "${RADARRPORT}:7878"
|
- "${RADARRPORT}:7878"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -37,6 +39,7 @@ services:
|
||||||
- UMASK=002
|
- UMASK=002
|
||||||
- "TZ=${TZ}"
|
- "TZ=${TZ}"
|
||||||
image: hotio/sonarr
|
image: hotio/sonarr
|
||||||
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- "${SONARRPORT}:8989"
|
- "${SONARRPORT}:8989"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue