fix
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
image: alpine:latest
|
||||
volumes:
|
||||
- viction-mainnet-node-archive-leveldb-hash:/tomochain/data
|
||||
command: sh -c "apk add --no-cache wget tar zstd && echo 'Running with wget, tar, and zstd' && exec \"$@\""
|
||||
entrypoint: ["sh", "-c", "apk add --no-cache wget tar zstd && echo 'Running with wget, tar, and zstd' && eval \"$SNAPSHOT_CMD\""]
|
||||
restart: "no"
|
||||
environment:
|
||||
|
||||
@@ -4,7 +4,6 @@ services:
|
||||
image: alpine:latest
|
||||
volumes:
|
||||
- viction-mainnet-node-pruned-leveldb-hash:/tomochain/data
|
||||
command: sh -c "apk add --no-cache wget tar zstd && echo 'Running with wget, tar, and zstd' && exec \"$@\""
|
||||
entrypoint: ["sh", "-c", "apk add --no-cache wget tar zstd && echo 'Running with wget, tar, and zstd' && eval \"$SNAPSHOT_CMD\""]
|
||||
restart: "no"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user