This commit is contained in:
Sebastian
2025-01-14 04:36:30 +01:00
parent 8d04a393f4
commit b2a86290c6
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
arbitrum-nova-fullnode:
image: offchainlabs/nitro-node:${NITRO_VERSION:-v3.2.1-d81324d}
image: offchainlabs/nitro-node:${NITRO_VERSION:-v3.3.2-9d70997}
stop_grace_period: 3m
user: root
volumes:

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
arbitrum-sepolia-fullnode:
image: 'offchainlabs/nitro-node:v3.2.0-f847be0'
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.2.1-d81324d}'
stop_grace_period: 3m
user: root
volumes:

View File

@@ -4,7 +4,7 @@ dir="$(dirname "$0")"
# FTP server details
LOCAL_DIR="/backup"
mkdir -p "$LOCAL_DIR"
#mkdir -p "$LOCAL_DIR"
keys=$(cat $dir/$2.yml | yaml2json - | jq '.volumes' | jq -r 'keys[]')
@@ -26,7 +26,7 @@ fi
base_url="$1"
if [ ! -d "$backup_dir" ]; then
if [ ! -d "$LOCAL_DIR" ]; then
echo "WARN: /backup directory does not exist - extracting directly"
for file in "${files[@]}"; do