add RELAY_PORT env variable to tor-relay README.md

Add missing README.md description for the RELAY_PORT (ORPort) environment variable of the tor-relay docker container.
This commit is contained in:
Fabian Beuke 2018-06-27 18:33:04 +02:00
parent 9d55bd69ac
commit 337279864a
No known key found for this signature in database
GPG Key ID: F5B3AFA2E0914083

View File

@ -9,3 +9,4 @@
| **CONTACT_EMAIL** | Your contact email | none |
| **RELAY_BANDWIDTH_RATE** | Limit how much traffic will be allowed through your relay (must be > 20KB/s) | 100 KBytes |
| **RELAY_BANDWIDTH_BURST** | Allow temporary bursts up to a certain amount | 200 KBytes |
| **RELAY_PORT** | Default port used for incoming Tor connections (ORPort) | 9001 |