Update _index.en.md

This commit is contained in:
RustDesk 2025-06-01 21:00:32 +08:00 committed by GitHub
parent eeee0eda15
commit 2e2e13d729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,9 @@ services:
restart: unless-stopped
```
Then run `docker compose up -d` or `podman-compose up -d`
Then run `sudo docker compose up -d` or `podman-compose up -d`
> `apt install podman-compose` for `podman-compose` installation
> `sudo apt install podman-compose` for `podman-compose` installation
{{% notice note %}}
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).