├── Dockerfile ├── Makefile ├── README.md ├── docker-entrypoint.sh └── znc.conf.default /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimeh/docker-znc/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimeh/docker-znc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimeh/docker-znc/HEAD/README.md -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimeh/docker-znc/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /znc.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimeh/docker-znc/HEAD/znc.conf.default --------------------------------------------------------------------------------