prepare classic snapshot download
This commit is contained in:
@@ -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
|
||||
|
||||
5
arbitrum/classic-entrypoint.sh
Normal file
5
arbitrum/classic-entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "now we can download the db.tar file"
|
||||
|
||||
/home/user/go/bin/arb-node $@
|
||||
Reference in New Issue
Block a user