From a6e423d7fed1bc3c0e65f1c5b15f0b02ac2e6f7e Mon Sep 17 00:00:00 2001 From: Yang Yang Date: Fri, 3 Jul 2020 09:19:17 +0800 Subject: [PATCH] fixup! testnet and mainnet --- images/utils/launcher/config/template.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/images/utils/launcher/config/template.py b/images/utils/launcher/config/template.py index 805de02d9..ec6c45293 100644 --- a/images/utils/launcher/config/template.py +++ b/images/utils/launcher/config/template.py @@ -310,7 +310,12 @@ def __eq__(self, other): "webui": { "name": "webui", "image": "exchangeunion/webui:latest", - "volumes": [], + "volumes": [ + { + "host": "$data_dir/xud", + "container": "/root/.xud", + } + ], "ports": [PortPublish("8080")], "mode": "native", "preserve_config": False, @@ -467,7 +472,12 @@ def __eq__(self, other): "webui": { "name": "webui", "image": "exchangeunion/webui:latest", - "volumes": [], + "volumes": [ + { + "host": "$data_dir/xud", + "container": "/root/.xud", + } + ], "ports": [PortPublish("8080")], "mode": "native", "preserve_config": False,