more gracefeullness

This commit is contained in:
Sebastian
2024-03-26 08:33:33 +01:00
parent 4863317fab
commit 4913a7eb83
2 changed files with 2 additions and 3 deletions

View File

@@ -3,8 +3,7 @@ version: '3.1'
services: services:
arbitrum-nitro-fullnode: arbitrum-nitro-fullnode:
image: offchainlabs/nitro-node:${NITRO_VERSION:-v2.3.1-26fad6f} image: offchainlabs/nitro-node:${NITRO_VERSION:-v2.3.1-26fad6f}
restart: always stop_grace_period: 3m
stop_grace_period: 30s
user: root user: root
volumes: volumes:
- 'arbitrum-fullnode_data:/arbitrum-node' - 'arbitrum-fullnode_data:/arbitrum-node'

View File

@@ -3,7 +3,7 @@ version: '3.1'
services: services:
arbitrum-nova-fullnode: arbitrum-nova-fullnode:
image: offchainlabs/nitro-node:${NITRO_VERSION:-v2.3.1-26fad6f} image: offchainlabs/nitro-node:${NITRO_VERSION:-v2.3.1-26fad6f}
stop_grace_period: 30s stop_grace_period: 3m
user: root user: root
volumes: volumes:
- 'arbitrum-nova-fullnode_data:/arbitrum-node' - 'arbitrum-nova-fullnode_data:/arbitrum-node'