diff --git a/arbitrum-archive.yml b/arbitrum-archive.yml index 061f4165..0828c7ed 100644 --- a/arbitrum-archive.yml +++ b/arbitrum-archive.yml @@ -42,9 +42,11 @@ services: user: root volumes: - 'arbitrum-classic-archive_data:/root/.arbitrum/mainnet' + - 'arbitrum/classic-entrypoint.sh:/entrypoint.sh' expose: - 8547 - 8548 + entrypoint: /entrypoint.sh command: - --l1.url=${ARBITRUM_L1_URL} - --l2.disable-upstream diff --git a/arbitrum/classic-entrypoint.sh b/arbitrum/classic-entrypoint.sh new file mode 100644 index 00000000..c8209791 --- /dev/null +++ b/arbitrum/classic-entrypoint.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "now we can download the db.tar file" + +/home/user/go/bin/arb-node $@