diff options
author | FxQnLr <[email protected]> | 2024-06-17 12:04:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 12:04:44 +0200 |
commit | 38025a3e35c960ed03f520f911b40608b9f9abd3 (patch) | |
tree | 6ee75dc72f1e2401bce4664ec5bae68aaf1e7df0 /README.md | |
parent | c6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff) | |
parent | 45724c4a8b293e8696ef487368f72f90a5c7a01d (diff) | |
download | webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar.gz webol-38025a3e35c960ed03f520f911b40608b9f9abd3.zip |
Merge pull request #38 from FxQnLr/time
Time
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: |