Minor edit to fix indentation
This commit is contained in:
parent
34f953d362
commit
d971b751b2
1 changed files with 14 additions and 14 deletions
28
README.org
28
README.org
|
@ -39,20 +39,20 @@ version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitcoin-core:
|
bitcoin-core:
|
||||||
image: code.fosterhangdaan.com/foster/bitcoin-core-container:25
|
image: code.fosterhangdaan.com/foster/bitcoin-core-container:25
|
||||||
container_name: bitcoin-core
|
container_name: bitcoin-core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./bitcoin:/home/bitcoin/.bitcoin
|
- ./bitcoin:/home/bitcoin/.bitcoin
|
||||||
ports:
|
ports:
|
||||||
# RPC
|
# RPC
|
||||||
- 8332:8332
|
- 8332:8332
|
||||||
# P2P
|
# P2P
|
||||||
- 8333:8333
|
- 8333:8333
|
||||||
# ZMQ block notifications
|
# ZMQ block notifications
|
||||||
- 28332:28332
|
- 28332:28332
|
||||||
# ZMQ transaction notifications
|
# ZMQ transaction notifications
|
||||||
- 28333:28333
|
- 28333:28333
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Building
|
* Building
|
||||||
|
|
Loading…
Reference in a new issue