From af96e958d30e208fda4e132475f079afa1660d5f Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 29 Jun 2024 02:07:28 +0800 Subject: [PATCH] Update _index.en.md --- .../rustdesk-server-pro/installscript/Docker/_index.en.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/installscript/Docker/_index.en.md b/content/self-host/rustdesk-server-pro/installscript/Docker/_index.en.md index ebf8a2f..69a2251 100644 --- a/content/self-host/rustdesk-server-pro/installscript/Docker/_index.en.md +++ b/content/self-host/rustdesk-server-pro/installscript/Docker/_index.en.md @@ -30,8 +30,6 @@ sudo docker run --name hbbr -p 21117:21117 -p 21119:21119 -v ./data:/root -td -- With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing works. Install Docker using this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date! -Here is a A Step-by-Step Guide, https://h3x0r.tech/setting-up-a-rustdesk-server-with-docker, please change to rustdesk-server-pro accordingly. - Copy the below into `compose.yml`. ```yaml @@ -64,4 +62,7 @@ The run `docker compose up -d`. {{% notice note %}} How to [Set up HTTPS for web console manually](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually). + + +Here is a A Step-by-Step Guide, https://h3x0r.tech/setting-up-a-rustdesk-server-with-docker, please add 21114 port and modify to rustdesk-server-pro accordingly. {{% /notice %}}