From 379ef5bd00a100f83aa6b8db9f1c44eebc17303b Mon Sep 17 00:00:00 2001 From: j0nnymoe Date: Wed, 1 Jul 2015 10:07:22 +0100 Subject: [PATCH] Renamed old Docs file. Renamed old docs file with -old for before deleting --- README-old.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README-old.md diff --git a/README-old.md b/README-old.md new file mode 100644 index 0000000..3c5e68d --- /dev/null +++ b/README-old.md @@ -0,0 +1,35 @@ +# lonix/nzbget + + +**sample create command:** + +``` +docker create --name= -v /etc/localtime:/etc/localtime:ro -v :/config -v :/downloads -e PGID= -e PUID= -p 6789:6789 lonix/nzbget:2.0.1 +``` + +**You need to map** + +* PORT: 67889 for Web +* MOUNT: /downloads for download location +* MOUNT: /etc/localhost for timesync (Not required) +* MOUNT: /config for Configuration storage +* VARIABLE: PGID for for GroupID +* VARIABLE: PUID for for UserID + +It is based on phusion-baseimage with ssh removed. (use docker exec). + + +**Credits** + +lonix +gfjardim + + +**Versions** + +2.2: Changeing release scheme, dropping alot of autobuilds. This one will log if new version is avalible +2.1: Updated to nzbget14, and changed to unrar-shareware +2.0.1: Added a lost Configfile. +2.0: Lots of updates, selctable uid/gid. +1.0: Inital release +