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,