mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-23 14:23:20 +03:00
Updated FAQ (markdown)
17
FAQ.md
17
FAQ.md
@@ -1191,3 +1191,20 @@ LIMIT_SPEED=64
|
|||||||
|
|
||||||
or higher values you want.
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user