This commit is contained in:
Sebastian
2024-07-18 14:24:25 +02:00
parent b0af5c86e3
commit 4eb09c6662
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
mainnet-reth: mainnet-reth:
image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.1} image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.2}
user: root user: root
volumes: volumes:
- "reth-mainnet:/root/.local/share/reth/mainnet" - "reth-mainnet:/root/.local/share/reth/mainnet"

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
sepolia-reth: sepolia-reth:
image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.1} image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.2}
user: root user: root
volumes: volumes:
- "reth-sepolia:/root/.local/share/reth/sepolia/db" - "reth-sepolia:/root/.local/share/reth/sepolia/db"