We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c08414 commit caecb74Copy full SHA for caecb74
docker-compose.yml
@@ -55,11 +55,11 @@ services:
55
bitcoind:
56
profiles: ["bitcoin"]
57
container_name: bitcoin-node
58
- image: bitcoin-core:29.0 # use your built image, or build below
+ image: bitcoin-core:30.0 # use your built image, or build below
59
build:
60
context: ./bitcoin
61
args:
62
- BITCOIN_VERSION: "29.0" # Pass ARG into Dockerfile
+ BITCOIN_VERSION: "30.0" # Pass ARG into Dockerfile
63
stop_grace_period: 1m
64
user: "${PUID}:${PGID}"
65
<<: *common-logging-restart-unless-stopped
0 commit comments