Added notes to run the docker example on windows.

Set the log file to append.
Set docker example config to listen on all interfaces.
docker-compose is setup to bind the port only to localhost, on windows
docker runs in a virtualbox instance and the swap client must listen on
all interfaces to pass through the connection: host -> vbox -> docker -> swapserver
This commit is contained in:
tecnovert
2019-07-18 22:06:36 +02:00
parent 21b23fe865
commit 818b5f1ab2
3 changed files with 36 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"zmqhost": "tcp://127.0.0.1",
"zmqport": 20792,
"htmlhost": "localhost",
"htmlhost": "0.0.0.0",
"htmlport": 12700,
"network_key": "7sW2UEcHXvuqEjkpE5mD584zRaQYs6WXYohue4jLFZPTvMSxwvgs",
"network_pubkey": "035758c4a22d7dd59165db02a56156e790224361eb3191f02197addcb3bde903d2",