This commit is contained in:
Sebastian
2024-03-24 15:09:31 +01:00
parent 2b2c7572b2
commit 994f440672

View File

@@ -3,7 +3,7 @@ version: '3.1'
services:
nethermind-gnosis:
image: nethermind/nethermind:1.25.3
image: nethermind/nethermind:1.25.4
user: root
volumes:
- "gnosis-nethermind-fullnode:/data"
@@ -39,7 +39,7 @@ services:
--Network.DiscoveryPort=1550
--HealthChecks.Enabled=false
--Pruning.CacheMb=2048
stop_grace_period: 1m
stop_grace_period: 3m
labels:
- "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=6060"