From c741d45ce6c8457763644476ba009c40cad387be Mon Sep 17 00:00:00 2001 From: Gonzalo Peci Date: Fri, 28 Aug 2015 16:57:36 +1200 Subject: [PATCH] Fix mono time issue --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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