mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 06:43:47 +08:00
chore: use stacks 3.0.0.0.2
This commit is contained in:
@@ -51,7 +51,7 @@ services:
|
||||
- ./wait:/wait:ro
|
||||
stacks-blockchain:
|
||||
restart: always
|
||||
image: bestmike007/stacks-blockchain:3.0.0.0.0
|
||||
image: bestmike007/stacks-blockchain:3.0.0.0.2
|
||||
container_name: stacks_node
|
||||
entrypoint: "/wait"
|
||||
network_mode: host
|
||||
|
||||
@@ -9,6 +9,6 @@ if [ -e stacks-node ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.0.0.0.0-latest.tar.gz | tar -zxv
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.0.0.0.2-latest.tar.gz | tar -zxv
|
||||
mkdir stacks-node
|
||||
mv mainnet stacks-node/
|
||||
|
||||
Reference in New Issue
Block a user