switch from docker hub to github package

This commit is contained in:
Léo Haf 2024-01-16 21:37:10 +01:00 committed by GitHub
parent ac0dd7a4c3
commit 1037e158e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ services:
ipv4_address: $APP_BITCOIN_IP ipv4_address: $APP_BITCOIN_IP
bitcoind: bitcoind:
image: retropex/bitcoin:arm-knots-25.1-for-umbrel@sha256:990ff3a324e4a4343b63e656c2ec7c1c29f668b46adb1eaa3e159dfce311bd46 image: ghcr.io/retropex/bitcoin:arm-knots-25.1-for-umbrel@sha256:990ff3a324e4a4343b63e656c2ec7c1c29f668b46adb1eaa3e159dfce311bd46
command: "${APP_BITCOIN_COMMAND}" command: "${APP_BITCOIN_COMMAND}"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 15m30s stop_grace_period: 15m30s

View File

@ -40,7 +40,7 @@ services:
ipv4_address: $APP_BITCOIN_IP ipv4_address: $APP_BITCOIN_IP
bitcoind: bitcoind:
image: retropex/bitcoin:knots-25.1-for-umbrel@sha256:ac38141b65d12ebdc2926bf6a4f7d49992b4440a91789f381046f132e09e3465 image: ghcr.io/retropex/bitcoin:knots-25.1-for-umbrel@sha256:ac38141b65d12ebdc2926bf6a4f7d49992b4440a91789f381046f132e09e3465
command: "${APP_BITCOIN_COMMAND}" command: "${APP_BITCOIN_COMMAND}"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 15m30s stop_grace_period: 15m30s