diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,6 @@ Default `config.toml`: | |||
5 | serveraddr = "0.0.0.0:7229" # String | 5 | serveraddr = "0.0.0.0:7229" # String |
6 | pingtimeout = 10 # i64 | 6 | pingtimeout = 10 # i64 |
7 | pingthreshold = 1 # u64 | 7 | pingthreshold = 1 # u64 |
8 | timeoffset = 0 # i8 | ||
9 | 8 | ||
10 | [auth] | 9 | [auth] |
11 | method = "none" # "none"|"key" | 10 | method = "none" # "none"|"key" |
@@ -16,7 +15,7 @@ minimal `docker-compose.yaml`: | |||
16 | ```yaml | 15 | ```yaml |
17 | services: | 16 | services: |
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: |