Switch bitcoind to be local

This commit is contained in:
benthecarman
2023-04-07 21:32:16 -05:00
parent 6d03cd8ce7
commit 512a9403b5

View File

@@ -3,7 +3,7 @@ version: "3.7"
services: services:
bitcoind: bitcoind:
container_name: "bitcoind" container_name: "bitcoind"
image: bitcoin-signet build: .
user: "0:1000" user: "0:1000"
restart: always restart: always
stop_grace_period: 1m stop_grace_period: 1m