Browse Source

add new local indexer docker module to dojo (experimental)

the local indexer is an instance of addrindexrs (see https://github.com/Samourai-Wallet/addrindexrs) running inside dojo
umbrel
kenshin-samourai 5 years ago
parent
commit
3ae248a8a1
  1. 1
      docker/my-dojo/install/install-scripts.sh

1
docker/my-dojo/install/install-scripts.sh

@ -64,7 +64,6 @@ init_config_files() {
cp ./conf/docker-indexer.conf.tpl ./conf/docker-indexer.conf
echo "Initialized docker-indexer.conf"
# Initialize config files for nginx and the maintenance tool
if [ "$EXPLORER_INSTALL" == "on" ]; then
cp ./nginx/explorer.conf ./nginx/dojo-explorer.conf
else

Loading…
Cancel
Save