Browse Source
Merge pull request #109 from snogcel/master
bump dash docker image to 0.13.0
feature/more-args
Nicolas Dorier
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docker-compose-generator/docker-fragments/dash.yml
|
|
@ -4,7 +4,7 @@ services: |
|
|
|
dashd: |
|
|
|
restart: unless-stopped |
|
|
|
container_name: btcpayserver_dashd |
|
|
|
image: btcpayserver/dash:0.12.3 |
|
|
|
image: btcpayserver/dash:0.13.0 |
|
|
|
environment: |
|
|
|
BITCOIN_EXTRA_ARGS: | |
|
|
|
${NBITCOIN_NETWORK:-regtest}=1 |
|
|
|