mirror of
https://github.com/linuxserver/docker-nzbget.git
synced 2026-02-20 06:59:36 +08:00
add tags info to README
This commit is contained in:
parent
6a08397bfa
commit
25ea3e4875
@ -40,4 +40,3 @@ COPY root/ /
|
||||
# ports and volumes
|
||||
VOLUME /config /downloads
|
||||
EXPOSE 6789
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user