You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash setup.sh -b local --dev --use-local-images xud,lndbtc,lndltc,connext
88
+
```
89
+
90
+
#### Example: Enable optional service arby
91
+
92
+
Enabling boltz and webui works in a same way.
93
+
94
+
1. Build arby image `tools/build arby`
95
+
2. Append `arby` to `--use-local-images`
96
+
3. Append `--arby.disabled=false` or persist below in your network conf file
97
+
98
+
```toml
99
+
[arby]
100
+
disabled = false
101
+
```
102
+
103
+
For more details about building and running local images please refer to [the wiki](https://github.com/ExchangeUnion/xud-docker/wiki/Build-and-run-local-images).
0 commit comments