From e9fdd926ac714b5fb08b615e8a5cfaad1b07e099 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 20 Sep 2024 19:36:59 -0400 Subject: [PATCH] Exposed port 8332 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 17d3629..509476a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,6 @@ VOLUME /db RUN mkdir -p "$DB_DIRECTORY" +EXPOSE 8332 + CMD ["/usr/bin/python3", "/usr/local/bin/electrumx_server"] \ No newline at end of file