From 915579c8557f2ee1929e27b2f2fd7c51bb8a8206 Mon Sep 17 00:00:00 2001 From: NicolasDorier Date: Thu, 28 Sep 2017 00:01:54 +0900 Subject: [PATCH] Missing --force-recreate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3710222..86dd6c8 100644 --- a/README.md +++ b/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-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.