From fc320e4272fc0aeaba4aa795b09b014ffc89bada Mon Sep 17 00:00:00 2001 From: fa0311 Date: Mon, 30 May 2022 02:50:26 +0900 Subject: [PATCH] fix typo --- content/self-host/install/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index de20d09..261fb8e 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -75,7 +75,7 @@ sudo docker run --name hbbr -p 21117:21117 -p 21119:21119 -v `pwd`:/root -it --n {{% notice note %}} ---net=host only works on Linux so far as I know, which make hbbs/hbbr can see the real incomming ip rather than container ip (172.17.0.1). +--net=host only works on Linux so far as I know, which make hbbs/hbbr can see the real incoming ip rather than container ip (172.17.0.1). If --net=host works fine, -p options are useless. **Please remove --net=host if see connection problem on your platform**