Missing --force-recreate

This commit is contained in:
NicolasDorier
2017-09-28 00:01:54 +09:00
parent bf8579eeaa
commit 915579c855

View File

@@ -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-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.