Skip to content

Commit

Permalink
Fix: docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emailnjv committed Jun 14, 2024
1 parent 75025b4 commit c6ed7c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ services:
container_name: bitcoin_node
restart: always
network_mode: host
ports:
- 18333:18333
- 18443:18443
volumes:
- ./data/bitcoin:$PWD/.bitcoin
command:
Expand Down

0 comments on commit c6ed7c7

Please sign in to comment.