mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01: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
@ -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…
Reference in New Issue
Block a user