Browse Source

docs: add more information

pull/2/head
dnomd343 2 years ago
parent
commit
1f0d91cfc2
  1. 6
      README.md

6
README.md

@ -1,6 +1,6 @@
## Quick Start
Start a syncplay service, default at port tcp/8999.
Start a syncplay service, default at `tcp/8999`, you can also specify a password.
```bash
docker run -d \
@ -11,7 +11,7 @@ docker run -d \
dnomd343/syncplay
```
If TLS is enabled, you have to set hostname and certificate folder
If TLS is enabled, you have to set hostname and certificate folder.
```bash
docker run -d \
@ -24,3 +24,5 @@ docker run -d \
-v <certs>:/certs \
dnomd343/syncplay
```
You can get more information on the [official documentation](https://syncplay.pl/guide/server/).

Loading…
Cancel
Save