Add docker env var mappings

This commit is contained in:
Kegan Dougal 2022-04-01 14:42:03 +01:00
parent 06b02df0cc
commit 6eb46df64b

View File

@ -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.