From 1d29e1ef73bc9120083bca069fd77eff27f43d39 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:12:27 +0100 Subject: [PATCH] expose the ports --- erigon-polygon.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erigon-polygon.yml b/erigon-polygon.yml index 5dec5589..38815fc8 100644 --- a/erigon-polygon.yml +++ b/erigon-polygon.yml @@ -15,6 +15,11 @@ services: - HEIMDALLR=${HEIMDALLR:-http://heimdallr:1317} volumes: - "polygon-archive_data:/datadir" + expose: + - "16630" + - "9090" + - "8545" + - "8551" ports: - "27113:27113" - "27113:27113/udp"