mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-08-15 11:12:38 +02:00
Update _index.en.md
This commit is contained in:
@ -33,7 +33,6 @@ With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing w
|
|||||||
Copy the below into `compose.yml`.
|
Copy the below into `compose.yml`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
hbbs:
|
hbbs:
|
||||||
container_name: hbbs
|
container_name: hbbs
|
||||||
@ -47,7 +46,6 @@ services:
|
|||||||
- hbbr
|
- hbbr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
hbbr:
|
hbbr:
|
||||||
container_name: hbbr
|
container_name: hbbr
|
||||||
image: rustdesk/rustdesk-server-pro:latest
|
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).
|
> If you have problem with seLinux on Fedora, please check this [issue](https://github.com/rustdesk/rustdesk-server/issues/230).
|
||||||
|
|
||||||
{{% notice note %}}
|
{{% notice note %}}
|
||||||
How to set up https for your web console.
|
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).
|
||||||
https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually
|
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
|
Reference in New Issue
Block a user