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 %}}