bltavares/znc

By bltavares

Updated over 3 years ago

ZNC IRC Bouncer

Image
0

262

ZNC

Docker image of ZNC with push module available.

Running

Create the config file first:

docker run -v $(pwd):/znc -ti --rm bltavares/znc znc -d /znc --makeconf

Then start the container

docker run -v $(pwd):znc -d bltavares/znc

Docker Pull Command

docker pull bltavares/znc