Skip to content

btc-wallets-explorer/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker build . -t btc-wallets-explorer

The docker image expects the following two files to exist:

  • /settings.json
  • /wallets.json

docker run -v ./path/to/wallets.json:/wallets.json ./path/to/settings.json:/settings.json --publish 8080:8080 --init btc-wallets-explorer

Then open: http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published