Skip to content

Instantly share code, notes, and snippets.

@ssplatt
Created October 19, 2017 03:00
Show Gist options
  • Save ssplatt/f118059314118dd3ad4a6d4a7720c407 to your computer and use it in GitHub Desktop.
Save ssplatt/f118059314118dd3ad4a6d4a7720c407 to your computer and use it in GitHub Desktop.
znc and eggdrop bot, for irc
version: "3"
services:
znc:
image: znc
volumes:
- /opt/docker-persist/znc:/znc-data
ports:
- 5678:5678
restart: always
eggdrop:
image: eggdrop
volumes:
- /opt/docker-persist/eggdrop:/home/eggdrop/eggdrop/data
- /opt/docker-persist/eggdrop/scripts:/home/eggdrop/eggdrop/scripts
stdin_open: true
command:
- eggdrop.conf
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment