Skip to content

Instantly share code, notes, and snippets.

@evansj
Created January 10, 2019 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evansj/76472de91f1be6be87ffbac267af97d6 to your computer and use it in GitHub Desktop.
Save evansj/76472de91f1be6be87ffbac267af97d6 to your computer and use it in GitHub Desktop.
ZNC docker compose
version: "2.1"
services:
znc:
image: znc:latest
restart: always
privileged: false
network_mode: host
ports: # HOST:CONTAINER
- "16697:16697" # IRC
- "6697:6697" # IRC
volumes:
- '/opt/znc/conf:/znc-data'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment