This commit is contained in:
squidbear
2025-03-31 10:07:46 +02:00
parent 150e721d9f
commit fbf0fef203
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes: volumes:
- viction-mainnet-node-archive-leveldb-hash:/tomochain/data - viction-mainnet-node-archive-leveldb-hash:/tomochain/data
- ./tomochain/scripts/download.node.sh:/download.sh - ./tomochain/scripts/download.node.sh:/download.sh
command: /bin/sh -c "/download.sh" entrypoint: /download.sh
restart: "no" restart: "no"
profiles: profiles:
- manual - manual

View File

@@ -8,7 +8,7 @@ services:
volumes: volumes:
- viction-mainnet-node-pruned-leveldb-hash:/tomochain/data - viction-mainnet-node-pruned-leveldb-hash:/tomochain/data
- ./tomochain/scripts/download.node.sh:/download.sh - ./tomochain/scripts/download.node.sh:/download.sh
command: /bin/sh -c "/download.sh" entrypoint: /download.sh
restart: "no" restart: "no"
profiles: profiles:
- manual - manual