From 6e0abad03c81bd35cb6e59c945b082ef70907692 Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 2 Jun 2022 16:23:08 +0200 Subject: [PATCH] expose port --- erigon-bsc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erigon-bsc.yml b/erigon-bsc.yml index d84eeff9..b326ab00 100644 --- a/erigon-bsc.yml +++ b/erigon-bsc.yml @@ -23,8 +23,8 @@ services: pid: service:erigon-bsc # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode) volumes: - erigon-bsc-volume:/home/erigon/.local/share/erigon - ports: - - "8545:8545" + expose: + - "8545" networks: - chains restart: unless-stopped