each node needs separate tmp folder

This commit is contained in:
Sebastian
2024-05-19 07:48:05 +02:00
parent 5f9a84ba40
commit 6192204ba3
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ services:
user: root
volumes:
- 'arbitrum-fullnode_data:/arbitrum-node'
- './tmp:/tmp'
- './tmp/arbitrum-fullnode:/tmp'
expose:
- 8547
- 8548