diff --git a/README.md b/README.md index 3fb8a7f..300f96e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ docker create \ --name sonarr \ -p 8989:8989 \ -e PUID= -e PGID= \ + -v /dev/rtc:/dev/rtc:ro \ -v :/config \ -v :/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 -* IronicBadger \ No newline at end of file +* IronicBadger