summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c2c8c6..cacc00d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@ Default `config.toml`:
5serveraddr = "0.0.0.0:7229" # String 5serveraddr = "0.0.0.0:7229" # String
6pingtimeout = 10 # i64 6pingtimeout = 10 # i64
7pingthreshold = 1 # u64 7pingthreshold = 1 # u64
8timeoffset = 0 # i8
9 8
10[auth] 9[auth]
11method = "none" # "none"|"key" 10method = "none" # "none"|"key"
@@ -16,7 +15,7 @@ minimal `docker-compose.yaml`:
16```yaml 15```yaml
17services: 16services:
18 webol: 17 webol:
19 image: ghcr.io/fxqnlr/webol:0.4.1 18 image: ghcr.io/fxqnlr/webol:latest
20 container_name: webol 19 container_name: webol
21 restart: unless-stopped 20 restart: unless-stopped
22 volumes: 21 volumes: