From c291900e377afce4e86f8ce489f88f576cfca372 Mon Sep 17 00:00:00 2001
From: Mr-Update <37781396+Mr-Update@users.noreply.github.com>
Date: Thu, 27 Apr 2023 23:40:31 +0200
Subject: [PATCH] Update README.md
---
README.md | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 52b5ebc..3842634 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
+
+ Manually •
+ Docker •
+ S6-overlay •
+ Keypair •
+ Debian •
+ Variables
+ [Deutsch] | [Nederlands]
+
+
# RustDesk Server Program
[](https://github.com/rustdesk/rustdesk-server/actions/workflows/build.yaml)
@@ -46,7 +56,7 @@ docker run --name hbbs --net=host -v "$PWD/data:/root" -d rustdesk/rustdesk-serv
docker run --name hbbr --net=host -v "$PWD/data:/root" -d rustdesk/rustdesk-server:latest hbbr
```
-or without --net=host, but P2P direct connection can not work.
+or without `--net=host`, but P2P direct connection can not work.
For systems using SELinux, replacing `/root` by `/root:z` is required for the containers to run correctly. Alternatively, SELinux container separation can be disabled completely adding the option `--security-opt label=disable`.
@@ -98,7 +108,7 @@ services:
restart: unless-stopped
```
-Edit line 16 to point to your relay server (the one listening on port 21117). You can also edit the volume lines (L18 and L33) if you need.
+Edit line 16 to point to your relay server (the one listening on port 21117). You can also edit the volume lines (line 18 and line 33) if you need.
(docker-compose credit goes to @lukebarone and @QuiGonLeong)
@@ -138,7 +148,7 @@ docker run --name rustdesk-server \
-v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
```
-or without --net=host, but P2P direct connection cannot work.
+or without `--net=host`, but P2P direct connection cannot work.
```bash
docker run --name rustdesk-server \