diff --git a/docker/my-dojo/.env b/docker/my-dojo/.env index 8d0296e..555cb45 100644 --- a/docker/my-dojo/.env +++ b/docker/my-dojo/.env @@ -12,7 +12,7 @@ COMPOSE_CONVERT_WINDOWS_PATHS=1 DOJO_VERSION_TAG=1.9.0 DOJO_DB_VERSION_TAG=1.2.0 -DOJO_BITCOIND_VERSION_TAG=1.9.0 +DOJO_BITCOIND_VERSION_TAG=1.10.0 DOJO_NODEJS_VERSION_TAG=1.9.0 DOJO_NGINX_VERSION_TAG=1.5.0 DOJO_TOR_VERSION_TAG=1.6.0 diff --git a/docker/my-dojo/bitcoin/restart.sh b/docker/my-dojo/bitcoin/restart.sh index d8cbf98..f4efa2d 100644 --- a/docker/my-dojo/bitcoin/restart.sh +++ b/docker/my-dojo/bitcoin/restart.sh @@ -44,7 +44,7 @@ if [ "$COMMON_BTC_NETWORK" == "testnet" ]; then bitcoind_options+=(-testnet) fi -bitcoind "${bitcoind_options[@]}" +bitcoind "${bitcoind_options[@]}" || true # Keep the container up while true