Compare commits

..

3 Commits

Author SHA1 Message Date
600593f4b1 Exposed port 50001
All checks were successful
Build / build (push) Successful in 3m29s
2024-09-20 22:44:39 -04:00
68afa54b36 Revert exposed port
All checks were successful
Build / build (push) Successful in 3m30s
2024-09-20 22:33:58 -04:00
e9fdd926ac Exposed port 8332
All checks were successful
Build / build (push) Successful in 3m35s
2024-09-20 19:36:59 -04:00

View File

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