From 7322af4508f65de54b6fb5a0265582c62e55f1e2 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 16 Oct 2018 13:37:00 +0900 Subject: [PATCH] update doc --- Production-NoReverseProxy/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Production-NoReverseProxy/README.md b/Production-NoReverseProxy/README.md index 6a7bc47..0593d45 100644 --- a/Production-NoReverseProxy/README.md +++ b/Production-NoReverseProxy/README.md @@ -33,7 +33,8 @@ With Powershell: $env:BTCPAY_ROOTPATH="/test"; $env:BTCPAY_PROTOCOL="http"; $env:BTCPAY_HOST="btcpay.example.com"; -docker-compose -f docker-compose.btc.yml up +.\build.ps1 +docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d ``` With Linux: @@ -42,7 +43,8 @@ With Linux: export BTCPAY_ROOTPATH="/test" export BTCPAY_PROTOCOL="http" export BTCPAY_HOST="btcpay.example.com" -docker-compose -f docker-compose.btc.yml up +./build.sh +docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d ``` Then edit your [host file](https://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/) with