mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
update version
This commit is contained in:
parent
7d26a15295
commit
f1219ab4d3
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user