Update README, reference config files and Docker with the new SOCKS config

This commit is contained in:
Felipe Knorr Kuhn
2022-02-03 23:21:19 -08:00
parent e453d19181
commit e036c7a5b4
4 changed files with 46 additions and 0 deletions

View File

@@ -245,6 +245,25 @@ docker-compose overrides:
BISQ_DATA_PATH: ""
```
JSON:
```
"SOCKS5PROXY": {
"ENABLED": false,
"HOST": "127.0.0.1",
"PORT": "9050",
"USERNAME": "",
"PASSWORD": ""
}
```
docker-compose overrides:
```
SOCKS5PROXY_ENABLED: ""
SOCKS5PROXY_HOST: ""
SOCKS5PROXY_PORT: ""
SOCKS5PROXY_USERNAME: ""
SOCKS5PROXY_PASSWORD: ""
```
# Manual Installation