Created
October 19, 2017 03:00
-
-
Save ssplatt/f118059314118dd3ad4a6d4a7720c407 to your computer and use it in GitHub Desktop.
znc and eggdrop bot, for irc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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