Exposed port 50001
All checks were successful
Build / build (push) Successful in 3m29s

This commit is contained in:
2024-09-20 22:44:39 -04:00
parent 68afa54b36
commit 600593f4b1

View File

@@ -29,4 +29,6 @@ VOLUME /db
RUN mkdir -p "$DB_DIRECTORY"
EXPOSE 50001
CMD ["/usr/bin/python3", "/usr/local/bin/electrumx_server"]