From 25ea3e4875e83e54777985a618f3e8e42b4697c3 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 20 Apr 2017 14:07:47 +0100 Subject: [PATCH] add tags info to README --- Dockerfile | 1 - README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ccfc14..7d92814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,4 +40,3 @@ COPY root/ / # ports and volumes VOLUME /config /downloads EXPOSE 6789 - diff --git a/README.md b/README.md index 15fc1b5..323660f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ docker create \ This container is based on alpine linux with s6 overlay. For shell access whilst the container is running do `docker exec -it nzbget /bin/bash`. +You can choose between ,using tags, various branch versions of nzbget, no tag is required to remain on the main branch. + +Add one of the tags, if required, to the linuxserver/nzbget line of the run/create command in the following format, linuxserver/nzbget:testing + +#### Tags ++ **testing** + ## Parameters `The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. @@ -85,6 +92,7 @@ scroll to bottom, set umask like this (example shown for unraid) ## Versions ++ **20.04.17:** Add testing branch. + **06.02.17:** Rebase to alpine 3.5. + **30.09.16:** Fix umask. + **09.09.16:** Add layer badges to README.