mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-27 08:28:38 +01:00
Update _index.en.md
This commit is contained in:
parent
7e21d44f4f
commit
d28df66989
@ -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 %}}
|
||||
|
Loading…
Reference in New Issue
Block a user