From 2c87def05446368b9a9a718b6e4715f868b3ba1a Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 24 Apr 2022 16:40:43 +0800 Subject: [PATCH] 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 34ae3ae..bc62b3f 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -87,7 +87,7 @@ sudo docker run --name hbbr -p 21117:21117 -p 21119:21119 -v `pwd`:/root -it --n --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). If --net=host works fine, -p options are useless. -**Please remove --net=host if see connection problem no your platform** +**Please remove --net=host if see connection problem on your platform** {{% /notice %}}