Update ZNC to v1.6.1

And also restructure the Dockerfile a bit.
This commit is contained in:
2015-09-20 17:37:41 +01:00
parent 3dfefba576
commit 48fb699f4b
5 changed files with 51 additions and 70 deletions

View File

@@ -11,8 +11,9 @@ Run the [ZNC](http://znc.in) IRC Bouncer in a Docker container.
## Running
To retain your ZNC settings between runs, you will need to bind a directory
from the host to `/znc-data` in the container. For example:
To retain your ZNC settings between runs, you'll most likely want to
bind a directory from the host to `/znc-data` in the container. For
example:
docker run -d -p 6667 -v $HOME/.znc:/znc-data jimeh/znc