This commit is contained in:
Sebastian
2024-08-28 12:07:30 +02:00
parent e5e16f0dcc
commit aa81a19a04
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
erigon-holesky: erigon-holesky:
image: thorax/erigon:v2.60.6 image: thorax/erigon:2.60.6-amd64
user: root user: root
expose: expose:
- "16630" - "16630"

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
erigon-mainnet: erigon-mainnet:
image: thorax/erigon:2.60.5-amd64 image: thorax/erigon:2.60.6-amd64
user: root user: root
expose: expose:
- "16630" - "16630"

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
erigon-sepolia: erigon-sepolia:
image: thorax/erigon:2.60.5-amd64 image: thorax/erigon:2.60.6-amd64
user: root user: root
expose: expose:
- "31337" - "31337"