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:
Guillaume A 2022-11-20 13:04:58 +08:00 committed by John C. Vernaleo
parent 02c854e943
commit 52b6eb46f1

View File

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