From 4c3c04e7a5139b731843fd83d2420d5c0fc19332 Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Tue, 3 Dec 2019 19:35:27 +0100 Subject: [PATCH] Add documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e23038a..24d6b08 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,11 @@ Tor v3 addresses uses ed25519 binary keys. It should be base64 encoded: ``` PT0gZWQyNTUxOXYxLXNlY3JldDogdHlwZTAgPT0AAACArobDQYyZAWXei4QZwr++j96H1X/gq14NwLRZ2O5DXuL0EzYKkdhZSILY85q+kfwZH8z4ceqe7u1F+0pQi/sM ``` +##### `TOR_SOCKS_PORT` + +Set tor sock5 proxy port for this tor instance. (Use this if you need to connect to tor network with your service) + + #### Secrets Secret key can be set through docker `secrets`, see `docker-compose.v3.yml` for example.