mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 14:53:47 +08:00
chore: change stacks node storage path
This commit is contained in:
@@ -60,6 +60,6 @@ services:
|
||||
STACKS_API_ENABLE_NFT_METADATA: 1
|
||||
volumes:
|
||||
- ./config/Stacks.toml:/srv/Stacks.toml:ro
|
||||
- ./stacks-node:/srv/stacks-node/mainnet
|
||||
- ./stacks-node/mainnet:/srv/stacks-node/mainnet
|
||||
- ./wait:/usr/bin/wait:ro
|
||||
command: sh -c "wait && stacks-node start --config=/srv/Stacks.toml"
|
||||
|
||||
@@ -10,4 +10,5 @@ if [ -e stacks-node ]; then
|
||||
fi
|
||||
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-latest.tar.gz | tar -zxv
|
||||
mv mainnet stacks-node
|
||||
mkdir stacks-node
|
||||
mv mainnet stacks-node/
|
||||
|
||||
Reference in New Issue
Block a user