This commit is contained in:
Sebastian
2024-10-24 05:56:45 +02:00
parent f8b6adb95e
commit bb1b563d76
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ version: '3.1'
services: services:
nethermind-gnosis-chiado: nethermind-gnosis-chiado:
image: nethermind/nethermind:1.28.0 image: nethermind/nethermind:1.29.1
user: root user: root
volumes: volumes:
- "gnosis-chiado-nethermind-fullnode:/data" - "gnosis-chiado-nethermind-fullnode:/data"

View File

@@ -3,7 +3,7 @@ version: '3.1'
services: services:
nethermind-gnosis: nethermind-gnosis:
image: nethermind/nethermind:1.28.0 image: nethermind/nethermind:1.29.1
user: root user: root
volumes: volumes:
- "gnosis-nethermind-fullnode:/data" - "gnosis-nethermind-fullnode:/data"

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
nethermind-mainnet: nethermind-mainnet:
image: nethermind/nethermind:1.28.0 image: nethermind/nethermind:1.29.1
restart: always restart: always
stop_grace_period: 1m stop_grace_period: 1m
command: | command: |