Browse Source

Missing --force-recreate

migrate-pregen
NicolasDorier 7 years ago
parent
commit
915579c855
  1. 2
      README.md

2
README.md

@ -16,7 +16,7 @@ If you want to refresh the btcpay image up to the latest master, you need to reb
``` ```
docker build . -t btcpay --no-cache docker build . -t btcpay --no-cache
docker-compose build docker-compose build
docker-compose up docker-compose up --force-recreate
``` ```
By default this will connect to a NBXplorer instance hosted by me, on which I can make no promise of avaialability. By default this will connect to a NBXplorer instance hosted by me, on which I can make no promise of avaialability.

Loading…
Cancel
Save