This commit is contained in:
squidbear
2025-03-31 10:09:02 +02:00
parent fbf0fef203
commit 846385627c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ services:
- SNAPSHOT_URL=https://snapshot.viction.xyz/archive-node
volumes:
- viction-mainnet-node-archive-leveldb-hash:/tomochain/data
- ./tomochain/scripts/download.node.sh:/download.sh
- ./viction/scripts/download.node.sh:/download.sh
entrypoint: /download.sh
restart: "no"
profiles:

View File

@@ -7,7 +7,7 @@ services:
- SNAPSHOT_URL=https://snapshot.viction.xyz
volumes:
- viction-mainnet-node-pruned-leveldb-hash:/tomochain/data
- ./tomochain/scripts/download.node.sh:/download.sh
- ./viction/scripts/download.node.sh:/download.sh
entrypoint: /download.sh
restart: "no"
profiles: