Skip to content

Commit

Permalink
docker: remove unnecessary ports
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jun 11, 2024
1 parent 7079c54 commit a2ce371
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ ENV PGID=0
# copy binary and prepare data dir.
COPY --from=builder /cpuminerd/bin/* /usr/bin/

# API port
EXPOSE 9980/tcp
# RPC port
EXPOSE 9981/tcp

USER ${PUID}:${PGID}

ENTRYPOINT [ "cpuminerd" ]

0 comments on commit a2ce371

Please sign in to comment.