From d28df669899d4ff9e5e4d0c3ae13afb356c35ede Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Tue, 21 May 2024 22:07:32 +0200 Subject: [PATCH] Update _index.en.md --- .../rustdesk-server-pro/installscript/Docker/_index.en.md | 5 +---- 1 file changed, 1 insertion(+), 4 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 c472c16a..a68f2e4a 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 @@ -33,7 +33,6 @@ With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing w Copy the below into `compose.yml`. ```yaml - services: hbbs: container_name: hbbs @@ -47,7 +46,6 @@ services: - hbbr restart: unless-stopped - hbbr: container_name: hbbr image: rustdesk/rustdesk-server-pro:latest @@ -63,6 +61,5 @@ The run `docker compose up -d`. > If you have problem with seLinux on Fedora, please check this [issue](https://github.com/rustdesk/rustdesk-server/issues/230). {{% notice note %}} -How to set up https for your web console. -https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually +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). {{% /notice %}}