each node needs separate tmp folder
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- 'arbitrum-fullnode_data:/arbitrum-node'
|
- 'arbitrum-fullnode_data:/arbitrum-node'
|
||||||
- './tmp:/tmp'
|
- './tmp/arbitrum-fullnode:/tmp'
|
||||||
expose:
|
expose:
|
||||||
- 8547
|
- 8547
|
||||||
- 8548
|
- 8548
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- 'arbitrum-nova-fullnode_data:/arbitrum-node'
|
- 'arbitrum-nova-fullnode_data:/arbitrum-node'
|
||||||
- './tmp:/tmp'
|
- './tmp/arbitrum-nova-fullnode:/tmp'
|
||||||
expose:
|
expose:
|
||||||
- 8547 # http + ws
|
- 8547 # http + ws
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- 'arbitrum-sepolia-fullnode_data:/arbitrum-node'
|
- 'arbitrum-sepolia-fullnode_data:/arbitrum-node'
|
||||||
- './tmp:/tmp'
|
- './tmp/arbitrum-sepolia-fullnode:/tmp'
|
||||||
expose:
|
expose:
|
||||||
- 8547 # http + ws
|
- 8547 # http + ws
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user