From e978952e975e4d7aedaccfe2baa21de71f5d6b5d Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 1 Jul 2016 12:21:05 +0100 Subject: [PATCH] update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7dc5ae..4aed4ec 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,16 @@ Jackett works as a proxy server: it translates queries from apps (Sonarr, SickRa ## Usage ``` -docker create --name=jackett -v /etc/localtime:/etc/localtime:ro \ --v :/config -v :/downloads \ --e PGID= -e PUID= -p 9117:9117 linuxserver/jackett +docker create --name=jackett \ +-v :/config \ +-v :/downloads \ +-e PGID= -e PUID= \ +-p 9117:9117 linuxserver/jackett ``` **Parameters** * `-p 9117` - the port(s) -* `-v /etc/localtime` for timesync - *optional* * `-v /config` - where Jackett should store its config file. * `-v /downloads` - Path to torrent blackhole * `-e PGID` for GroupID - see below for explanation