From d51414d0408b58fc13aeaddc4252074fbedf73a0 Mon Sep 17 00:00:00 2001 From: Isma <71719097+Doozers@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:43:58 +0100 Subject: [PATCH] feat: pgeth-monitoring env Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com> --- Dockerfile.plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.plugins b/Dockerfile.plugins index c1f1e15f40..2e80a0771a 100644 --- a/Dockerfile.plugins +++ b/Dockerfile.plugins @@ -28,7 +28,7 @@ RUN apk add --no-cache ca-certificates COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ COPY --from=builder /go-ethereum/plugins /pgeth-plugins -ENV PGETH_DIRECTORY="/pgeth-plugins" +ENV PGETH_MONITORING_CONFIG="/pgeth-plugins/pgeth-monitoring/config.yaml" EXPOSE 8545 8546 30303 30303/udp ENTRYPOINT ["geth"]