Skip to content

Commit c291900

Browse files
authored
Update README.md
1 parent 0893524 commit c291900

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<p align="center">
2+
<a href="#how-to-build-manually">Manually</a> •
3+
<a href="#docker-images">Docker</a> •
4+
<a href="#s6-overlay-based-images">S6-overlay</a> •
5+
<a href="#how-to-create-a-keypair">Keypair</a> •
6+
<a href="#deb-packages">Debian</a> •
7+
<a href="#env-variables">Variables</a><br>
8+
[<a href="README-DE.md">Deutsch</a>] | [<a href="README-NL.md">Nederlands</a>]<br>
9+
</p>
10+
111
# RustDesk Server Program
212

313
[![build](https://github.com/rustdesk/rustdesk-server/actions/workflows/build.yaml/badge.svg)](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
4656
docker run --name hbbr --net=host -v "$PWD/data:/root" -d rustdesk/rustdesk-server:latest hbbr
4757
```
4858

49-
or without --net=host, but P2P direct connection can not work.
59+
or without `--net=host`, but P2P direct connection can not work.
5060

5161
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`.
5262

@@ -98,7 +108,7 @@ services:
98108
restart: unless-stopped
99109
```
100110
101-
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.
111+
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.
102112
103113
(docker-compose credit goes to @lukebarone and @QuiGonLeong)
104114
@@ -138,7 +148,7 @@ docker run --name rustdesk-server \
138148
-v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
139149
```
140150

141-
or without --net=host, but P2P direct connection cannot work.
151+
or without `--net=host`, but P2P direct connection cannot work.
142152

143153
```bash
144154
docker run --name rustdesk-server \

0 commit comments

Comments
 (0)