Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

jeboehm/docker-znc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jeboehm/znc

This allows you to run ZNC in a Docker container. The image is based on Alpine 3.4.

Build Status

Ports

  • 6667 IRC
  • 8080 Webadmin

Default user

Username / Password: admin / admin

Run

docker run --read-only -p 6667:6667 -p 8080:8080 -v ~/.znc:/znc-data -d jeboehm/znc

Your configuration will be kept in ~/.znc, even if you delete the container.

Have fun!

Releases

No releases published

Packages

No packages published

Languages