Skip to content

dockhippie/znc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Znc

These are docker images for ZNC running on an Alpine Linux container.

Versions

Volumes

  • /var/lib/znc

Ports

  • 8080
  • 6667

Available environment variables

ENV ZNC_WEB_IPV4 true
ENV ZNC_WEB_IPV6 true
ENV ZNC_WEB_SSL false
ENV ZNC_IRC_IPV4 true
ENV ZNC_IRC_IPV6 true
ENV ZNC_IRC_SSL false
ENV ZNC_USERNAME admin
ENV ZNC_PASSWORD admin
ENV ZNC_NICK admin
ENV ZNC_ALTNICK admin_
ENV ZNC_IDENT admin
ENV ZNC_REALNAME Admin

Inherited environment variables

ENV CRON_ENABLED false

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2015-2017 Thomas Boerger <http://www.webhippie.de>