This commit is contained in:
squidbear
2025-03-31 09:12:03 +02:00
parent 1600e04fef
commit afdadf8f8b
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ services:
image: alpine:latest image: alpine:latest
volumes: volumes:
- viction-mainnet-node-archive-leveldb-hash:/tomochain/data - 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\""] entrypoint: ["sh", "-c", "apk add --no-cache wget tar zstd && echo 'Running with wget, tar, and zstd' && eval \"$SNAPSHOT_CMD\""]
restart: "no" restart: "no"
environment: environment:

View File

@@ -4,7 +4,6 @@ services:
image: alpine:latest image: alpine:latest
volumes: volumes:
- viction-mainnet-node-pruned-leveldb-hash:/tomochain/data - 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\""] entrypoint: ["sh", "-c", "apk add --no-cache wget tar zstd && echo 'Running with wget, tar, and zstd' && eval \"$SNAPSHOT_CMD\""]
restart: "no" restart: "no"
environment: environment: