fix style

This commit is contained in:
rustdesk
2025-06-15 03:53:23 +08:00
parent 3b90f48e24
commit 3d60e0f5e2
299 changed files with 2108 additions and 2134 deletions

View File

@@ -3,7 +3,7 @@ title: Docker
weight: 3
---
### Docker Compose (Recommended)
## Docker Compose (Recommended)
With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing works. Install Docker using this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!
@@ -41,7 +41,7 @@ Then run `sudo docker compose up -d` or `podman-compose up -d`
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 %}}
### Docker Commands
## Docker Commands
Install Docker with this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!