From e66fe7726543ecf0000970c82c2392ac4e001c6b Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 5 Sep 2022 10:17:23 +0200 Subject: [PATCH] wrong port --- erigon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erigon.yml b/erigon.yml index 7b815506..42a2051c 100644 --- a/erigon.yml +++ b/erigon.yml @@ -73,7 +73,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.middlewares.lighthouse-stripprefix.stripprefix.prefixes=/lighthouse" - - "traefik.http.services.lighthouse.loadbalancer.server.port=8545" + - "traefik.http.services.lighthouse.loadbalancer.server.port=5052" - "traefik.http.routers.lighthouse.entrypoints=websecure" - "traefik.http.routers.lighthouse.tls.certresolver=myresolver" - "traefik.http.routers.lighthouse.rule=Host(`$DOMAIN`) && PathPrefix(`/lighthouse`)"