mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
Update Docker documentation towards building your own image
As DockerHub image non existant, update the documentation for Compose to build your own image instead.
This commit is contained in:
parent
02c854e943
commit
52b6eb46f1
1 changed files with 3 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ services:
|
|||
btcd:
|
||||
container_name: btcd
|
||||
hostname: btcd
|
||||
image: btcsuite/btcd:latest
|
||||
build: https://github.com/btcsuite/btcd.git#master
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- btcd-data:/root/.btcd
|
||||
|
|
@ -115,7 +115,7 @@ services:
|
|||
btcd:
|
||||
container_name: btcd
|
||||
hostname: btcd
|
||||
image: btcsuite/btcd:latest
|
||||
build: https://github.com/btcsuite/btcd.git#master
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- btcd-data:/root/.btcd
|
||||
|
|
@ -142,7 +142,7 @@ services:
|
|||
btcd:
|
||||
container_name: btcd
|
||||
hostname: btcd
|
||||
image: btcsuite/btcd:latest
|
||||
build: https://github.com/btcsuite/btcd.git#master
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- btcd-data:/root/.btcd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue