Update _index.en.md

This commit is contained in:
Mr-Update 2024-05-21 22:07:32 +02:00 committed by GitHub
parent 7e21d44f4f
commit d28df66989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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