update version

This commit is contained in:
nicolas.dorier 2017-10-18 18:45:48 +09:00
parent 7d26a15295
commit f1219ab4d3
2 changed files with 2 additions and 2 deletions

View File

@ -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
``` ```

View File

@ -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: