Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.14 KB

README.md

File metadata and controls

68 lines (39 loc) · 1.14 KB

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>