fix permissions
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
|||||||
image: 'offchainlabs/nitro-node:v2.0.10-rc.1-687c381-slim-amd64'
|
image: 'offchainlabs/nitro-node:v2.0.10-rc.1-687c381-slim-amd64'
|
||||||
restart: always
|
restart: always
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- 'arbitrum-archive_data:/arbitrum-node'
|
- 'arbitrum-archive_data:/arbitrum-node'
|
||||||
expose:
|
expose:
|
||||||
@@ -14,7 +15,7 @@ services:
|
|||||||
- '0.0.0.0:8547:8547'
|
- '0.0.0.0:8547:8547'
|
||||||
- '0.0.0.0:8548:8548'
|
- '0.0.0.0:8548:8548'
|
||||||
command:
|
command:
|
||||||
- --init.url="https://snapshot.arbitrum.io/mainnet/nitro.tar"
|
- --init.url=https://snapshot.arbitrum.io/mainnet/nitro.tar
|
||||||
- --persistent.chain=/arbitrum-node/data/
|
- --persistent.chain=/arbitrum-node/data/
|
||||||
- --persistent.global-config=/arbitrum-node/
|
- --persistent.global-config=/arbitrum-node/
|
||||||
- --l1.url=${ARBITRUM_L1_URL}
|
- --l1.url=${ARBITRUM_L1_URL}
|
||||||
|
|||||||
Reference in New Issue
Block a user