typo
This commit is contained in:
parent
94f23e4391
commit
21395db20a
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
lidarr:
|
lidarr:
|
||||||
container_name: lidarr:nightly
|
container_name: lidarr
|
||||||
environment:
|
environment:
|
||||||
- "PUID=${PUID}"
|
- "PUID=${PUID}"
|
||||||
- "PGID=${PGID}"
|
- "PGID=${PGID}"
|
||||||
|
@ -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"
|
||||||
|
|
|
@ -270,7 +270,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"categories": [
|
"categories": [
|
||||||
"Media Server",
|
"Media",
|
||||||
"Movie",
|
"Movie",
|
||||||
"TV",
|
"TV",
|
||||||
"Music",
|
"Music",
|
||||||
|
|
Loading…
Reference in a new issue