mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user