From 8ab435130d420a061032e45fc7c3591155a4b0a1 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 20 Jun 2020 17:39:03 +0100 Subject: [PATCH] Try to make this less confusing --- znc/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/znc/content.md b/znc/content.md index 3018cc833..bb7e79cca 100644 --- a/znc/content.md +++ b/znc/content.md @@ -17,10 +17,10 @@ $ docker run -it -v znc-cfg:/znc-data %%IMAGE%% --makeconf To run ZNC: ```console -$ docker run -p 6697:6697 -v znc-cfg:/znc-data %%IMAGE%% +$ docker run -p 12345:12345 -v znc-cfg:/znc-data %%IMAGE%% ``` -The port should match the port you used during `--makeconf`. Note that 6667 is often blocked by web browsers, and therefore is not recommended. +The port (12345 in the example above) should match the port you used during `--makeconf`. Note that 6667 and 6697 are often blocked by web browsers, and therefore are not recommended for ZNC. If you use any external module, put the .cpp, .py or .pm file to `/znc-data/modules` (you may need to create that directory).