add tags info to README

This commit is contained in:
sparklyballs 2017-04-20 14:07:47 +01:00
parent 6a08397bfa
commit 25ea3e4875
2 changed files with 8 additions and 1 deletions

View File

@ -40,4 +40,3 @@ COPY root/ /
# ports and volumes
VOLUME /config /downloads
EXPOSE 6789

View File

@ -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.