mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Add docker env var mappings
This commit is contained in:
parent
06b02df0cc
commit
6eb46df64b
10
README.md
10
README.md
@ -25,6 +25,16 @@ INF Poller: v2 poll loop started ip=::1 since= user_id=@kegan:matrix.org
|
||||
|
||||
Wait for the first initial v2 sync to be processed (this can take minutes!) and then v3 APIs will be responsive.
|
||||
|
||||
### Docker
|
||||
|
||||
When running using the official docker container, these environment variables can be set:
|
||||
|
||||
```
|
||||
SYNCV3_SERVER equivalent of -server
|
||||
SYNCV3_DB equivalent of -db
|
||||
SYNCV3_BINDADDR equivalent of -port, default: 0.0.0.0:8008
|
||||
```
|
||||
|
||||
### How can I help?
|
||||
|
||||
At present, the best way to help would be to run a local v3 server pointed at a busy account and just leave it and a client running in the background. Look at it occasionally and submit any issues you notice. You can save console logs by right-clicking -> Save As.
|
||||
|
Loading…
x
Reference in New Issue
Block a user