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