Skip to content

caktux/znc-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZNC-compose

docker-compose setup to run ZNC in a Docker container. Includes the znc-otr, znc-push and znc-playback modules.

Configuration

To import your current configurations, add your current .znc folder as a subfolder of data and uncomment the ADD directive in data/Dockerfile. Switch the data container to build in docker-compose.yml, and run docker-compose build data to create your data container. Do this only once, and don't forget to go back to using image instead of build in docker-compose.yml.

If you prefer to use a host volume, comment the volumes_from section, uncomment the volumes one and adjust to your path locations if needed.

Building and running

Simply run the usual docker-compose up

About

ZNC using docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published