fix
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
services:
|
||||
arbitrum-nova-archive:
|
||||
image: ${ARBITRUM_NITRO_IMAGE:-offchainlabs/nitro-node}:${ARBITRUM_NOVA_NITRO_VERSION:-v3.5.3-0a9c975}
|
||||
user: root
|
||||
ports:
|
||||
- 10468:10468
|
||||
- 10468:10468/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
command:
|
||||
- --chain.id=42170
|
||||
- --datadir=/root/.arbitrum
|
||||
@@ -35,16 +42,9 @@ services:
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
restart: unless-stopped
|
||||
user: root
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
- chains
|
||||
ports:
|
||||
- 10468:10468
|
||||
- 10468:10468/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
volumes:
|
||||
- ${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-nova-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||
- ./tmp/arbitrum-nova-archive:/tmp
|
||||
|
||||
Reference in New Issue
Block a user