correct image tag
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
erigon-trace:
|
erigon-trace:
|
||||||
image: thorax/erigon:2022.10.01
|
image: thorax/erigon:v2022.10.01
|
||||||
expose:
|
expose:
|
||||||
- "30303"
|
- "30303"
|
||||||
- "30304"
|
- "30304"
|
||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
||||||
|
|
||||||
rpcdaemon:
|
rpcdaemon:
|
||||||
image: thorax/erigon:2022.10.01
|
image: thorax/erigon:v2022.10.01
|
||||||
command: >
|
command: >
|
||||||
rpcdaemon --datadir=/home/erigon/.local/share/erigon/goerli
|
rpcdaemon --datadir=/home/erigon/.local/share/erigon/goerli
|
||||||
--private.api.addr=erigon-trace:9090
|
--private.api.addr=erigon-trace:9090
|
||||||
|
|||||||
Reference in New Issue
Block a user