Obsolete Service/znc

From Sugar Labs
Revision as of 18:54, 26 January 2015 by SAMdroid (talk | contribs) (Created page with "== Hostnames & Emails == None yet == Hosted On == Freedom using docker All the stuff lives in ''/srv/znc'' === Ports === 6667 == Setup == Run:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hostnames & Emails

None yet

Hosted On

Freedom using docker

All the stuff lives in /srv/znc

Ports

6667

Setup

Run:

   docker run -d -p 6667:6667 -v /srv/znc:/znc-data --name=ZNC-Platypus --cpuset="7" -c 1 -m 300m jimeh/znc

Pull:

   docker pull jimeh/znc