From fbf0fef2037d98087d33013c68d9347aa7c6ba13 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:07:46 +0200 Subject: [PATCH] fix --- viction/node/viction-mainnet-node-archive-leveldb-hash.yml | 2 +- viction/node/viction-mainnet-node-pruned-leveldb-hash.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 7260b281..203e2a81 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -8,7 +8,7 @@ services: volumes: - viction-mainnet-node-archive-leveldb-hash:/tomochain/data - ./tomochain/scripts/download.node.sh:/download.sh - command: /bin/sh -c "/download.sh" + entrypoint: /download.sh restart: "no" profiles: - manual diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index d7facfff..56476048 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -8,7 +8,7 @@ services: volumes: - viction-mainnet-node-pruned-leveldb-hash:/tomochain/data - ./tomochain/scripts/download.node.sh:/download.sh - command: /bin/sh -c "/download.sh" + entrypoint: /download.sh restart: "no" profiles: - manual