expose port

This commit is contained in:
cventastic
2022-06-02 16:23:08 +02:00
parent 8647d4467d
commit 6e0abad03c

View File

@@ -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) pid: service:erigon-bsc # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode)
volumes: volumes:
- erigon-bsc-volume:/home/erigon/.local/share/erigon - erigon-bsc-volume:/home/erigon/.local/share/erigon
ports: expose:
- "8545:8545" - "8545"
networks: networks:
- chains - chains
restart: unless-stopped restart: unless-stopped