Skip to content

Commit

Permalink
fixup! testnet and mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Jul 6, 2020
1 parent 64e11e7 commit a6e423d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions images/utils/launcher/config/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a6e423d

Please sign in to comment.