mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-02 11:59:47 -08:00
Included detailed installation steps and made the Bitcoin node default in stack
This commit is contained in:
@@ -56,19 +56,19 @@ services:
|
||||
networks:
|
||||
- cyphernodenet
|
||||
|
||||
# spbtcnode:
|
||||
btcnode:
|
||||
# Bitcoin node
|
||||
# image: btcnode
|
||||
image: btcnode
|
||||
# ports:
|
||||
# - "18333:18333"
|
||||
# - "18332:18332"
|
||||
# - "29000:29000"
|
||||
# - "8333:8333"
|
||||
# - "8332:8332"
|
||||
# volumes:
|
||||
# - "~/.bitcoin:/bitcoinuser/.bitcoin"
|
||||
# networks:
|
||||
# - cyphernodenet
|
||||
volumes:
|
||||
- "~/.bitcoin:/bitcoinuser/.bitcoin"
|
||||
networks:
|
||||
- cyphernodenet
|
||||
|
||||
networks:
|
||||
cyphernodenet:
|
||||
|
||||
Reference in New Issue
Block a user