Skip to content

Commit

Permalink
Update Docker documentation towards building your own image
Browse files Browse the repository at this point in the history
As DockerHub image non existant, update the documentation for Compose to build your own image instead.
  • Loading branch information
guiand888 authored and jcvernaleo committed Nov 21, 2022
1 parent 02c854e commit 52b6eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/using_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 52b6eb4

Please sign in to comment.