We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeee0ed commit 2e2e13dCopy full SHA for 2e2e13d
content/self-host/rustdesk-server-pro/installscript/Docker/_index.en.md
@@ -33,9 +33,9 @@ services:
33
restart: unless-stopped
34
```
35
36
-Then run `docker compose up -d` or `podman-compose up -d`
+Then run `sudo docker compose up -d` or `podman-compose up -d`
37
38
-> `apt install podman-compose` for `podman-compose` installation
+> `sudo apt install podman-compose` for `podman-compose` installation
39
40
{{% notice note %}}
41
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).
0 commit comments