mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00
fix doc for no reverse proxy
This commit is contained in:
parent
7ab399ace5
commit
a350f4fe36
@ -33,6 +33,7 @@ With Powershell:
|
|||||||
$env:BTCPAY_ROOTPATH="/test";
|
$env:BTCPAY_ROOTPATH="/test";
|
||||||
$env:BTCPAY_PROTOCOL="http";
|
$env:BTCPAY_PROTOCOL="http";
|
||||||
$env:BTCPAY_HOST="btcpay.example.com";
|
$env:BTCPAY_HOST="btcpay.example.com";
|
||||||
|
$env:BTCPAYGEN_REVERSEPROXY="none";
|
||||||
.\build.ps1
|
.\build.ps1
|
||||||
docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d
|
docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d
|
||||||
```
|
```
|
||||||
@ -43,6 +44,7 @@ With Linux:
|
|||||||
export BTCPAY_ROOTPATH="/test"
|
export BTCPAY_ROOTPATH="/test"
|
||||||
export BTCPAY_PROTOCOL="http"
|
export BTCPAY_PROTOCOL="http"
|
||||||
export BTCPAY_HOST="btcpay.example.com"
|
export BTCPAY_HOST="btcpay.example.com"
|
||||||
|
export BTCPAYGEN_REVERSEPROXY="none"
|
||||||
./build.sh
|
./build.sh
|
||||||
docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d
|
docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user