diff --git a/geth-poa/Dockerfile b/geth-poa/Dockerfile index 4e0c12b9fda8..79006214c92f 100644 --- a/geth-poa/Dockerfile +++ b/geth-poa/Dockerfile @@ -21,6 +21,6 @@ COPY geth-poa/entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -EXPOSE 8545 6060 +EXPOSE 8545 6060 60601 ENTRYPOINT ["/entrypoint.sh"]