fix
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- viction-mainnet-node-archive-leveldb-hash:/tomochain/data
|
- viction-mainnet-node-archive-leveldb-hash:/tomochain/data
|
||||||
- ./viction/scripts/download.node.sh:/download.sh
|
- ./viction/scripts/download.node.sh:/download.sh
|
||||||
command: bash -c "/download.sh"
|
command: sh -c "/download.sh"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
profiles:
|
profiles:
|
||||||
- manual
|
- manual
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- viction-mainnet-node-pruned-leveldb-hash:/tomochain/data
|
- viction-mainnet-node-pruned-leveldb-hash:/tomochain/data
|
||||||
- ./viction/scripts/download.node.sh:/download.sh
|
- ./viction/scripts/download.node.sh:/download.sh
|
||||||
command: bash -c "/download.sh"
|
command: sh -c "/download.sh"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
profiles:
|
profiles:
|
||||||
- manual
|
- manual
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# Exit on error and show commands
|
# Exit on error and show commands
|
||||||
set -ex
|
set -ex
|
||||||
|
|||||||
Reference in New Issue
Block a user