update version
This commit is contained in:
@@ -16,5 +16,5 @@ bitcoin-cli -conf="$pwd/bitcoin.conf" getblockcount
|
|||||||
On Linux:
|
On Linux:
|
||||||
|
|
||||||
```
|
```
|
||||||
bitcoin-cli -conf="$pwd/bitcoin.conf" getblockcount
|
bitcoin-cli -conf="`pwd`/bitcoin.conf" getblockcount
|
||||||
```
|
```
|
||||||
@@ -3,7 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
btcpayserver:
|
btcpayserver:
|
||||||
image: nicolasdorier/btcpayserver:1.0.0.15
|
image: nicolasdorier/btcpayserver:1.0.0.16
|
||||||
ports:
|
ports:
|
||||||
- 8080:49392
|
- 8080:49392
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user