Updated FAQ (markdown)

RustDesk
2025-06-22 14:19:25 +08:00
parent e7fccfa06a
commit 51fcf5288b

19
FAQ.md

@@ -1190,4 +1190,21 @@ LIMIT_SPEED=64
```
or higher values you want.
Then restart the container. You can see the change from the [logs of `hbbr`](https://github.com/rustdesk/rustdesk/wiki/FAQ#logs-of-hbbs-and-hbbr-rustdesk-server).
Then restart the container. You can see the change from the [logs of `hbbr`](https://github.com/rustdesk/rustdesk/wiki/FAQ#logs-of-hbbs-and-hbbr-rustdesk-server).
You can also set environment variables in Docker Compose as described here: https://docs.docker.com/compose/how-tos/environment-variables/set-environment-variables/.
e.g.
```
services:
hbbs:
...
hbbr:
...
environment:
SINGLE_BANDWIDTH: 128
LIMIT_SPEED: 64
```