diff --git a/docs/using_docker.md b/docs/using_docker.md index 0809abc1..6cd41b9d 100644 --- a/docs/using_docker.md +++ b/docs/using_docker.md @@ -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