We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0a123 commit fa14763Copy full SHA for fa14763
compose-el.yml
@@ -48,7 +48,7 @@ services:
48
49
el-reth:
50
profiles: [el-reth]
51
- image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.11.3}
+ image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.0.0}
52
restart: unless-stopped
53
ports:
54
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
docker-compose.yml
@@ -187,7 +187,7 @@ services:
187
188
189
grafana:
190
- image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
+ image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
191
user: ":"
192
193
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
0 commit comments