mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-02-19 22:09:04 +08:00
commit
2e863e9ec2
@ -15,6 +15,7 @@ docker create \
|
||||
--name sonarr \
|
||||
-p 8989:8989 \
|
||||
-e PUID=<UID> -e PGID=<GID> \
|
||||
-v /dev/rtc:/dev/rtc:ro \
|
||||
-v </path/to/appdata>:/config \
|
||||
-v <path/to/tvseries>:/tv \
|
||||
linuxserver/sonarr
|
||||
@ -23,6 +24,7 @@ docker create \
|
||||
**Parameters**
|
||||
|
||||
* `-p 8989` - the port sonarr webinterface
|
||||
* `-v /dev/rtc:/dev/rtc:ro` - map hwclock to the docker hwclock as ReadOnly (mono throws exeptions otherwise)
|
||||
* `-v /config` - database and sonarr configs
|
||||
* `-v /tv` - location of TV library on disk
|
||||
* `-e PGID` for for GroupID - see below for explanation
|
||||
@ -42,4 +44,4 @@ Part of what makes our containers work so well is by allowing you to specify you
|
||||
**Credits**
|
||||
|
||||
* lonix <lonixx@gmail.com>
|
||||
* IronicBadger <ironicbadger@linuxserver.io>
|
||||
* IronicBadger <ironicbadger@linuxserver.io>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user