From 8f349a0f09c459fc22999cfc11b3bf6033d3391e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:38:30 +0200 Subject: [PATCH] open port in dshackle to serve requests with linea --- drpc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drpc.yml b/drpc.yml index b7d4d067..d93e90a9 100644 --- a/drpc.yml +++ b/drpc.yml @@ -8,11 +8,13 @@ services: - ./main_configs:/etc/dshackle expose: - 8080 + - 25703 ports: # - "8080:8080" # - "8081:8081" # - "8082:8082" - "2449:2449" + - "25703:25703" labels: - "prometheus-scrape.enabled=true" - "prometheus-scrape.port=8081"