This commit is contained in:
squidbear
2025-03-31 10:01:39 +02:00
parent 661b6c1315
commit 021a6ebc83
2 changed files with 2 additions and 2 deletions

View File

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

View File

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