diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 203e2a81..be537731 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -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: diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index 56476048..af78d030 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -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: