Skip to content

Commit 7bfb1cf

Browse files
m4yconedilmedeiros
andcommitted
Store .bitcoin folder volume inside repo
Co-authored-by: Edil Medeiros <jose.edil@gmail.com>
1 parent 0fb748c commit 7bfb1cf

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.bitcoin/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

.gitignore

Whitespace-only changes.

docker-compose/node.usdt.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ services:
2525

2626
volumes:
2727
bitcoin-data:
28+
driver: local
29+
driver_opts:
30+
type: none
31+
device: ../.bitcoin
32+
o: bind

0 commit comments

Comments
 (0)