Skip to content

Commit

Permalink
remove exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Dec 17, 2024
1 parent 01c6915 commit c3b542b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ ENV XDG_CACHE_HOME /home/${CHAINLINK_USER}/.cache
RUN mkdir -p ${XDG_CACHE_HOME}

EXPOSE 6688
EXPOSE 40000
ENTRYPOINT ["chainlink"]

HEALTHCHECK CMD curl -f http://localhost:6688/health || exit 1
Expand Down

0 comments on commit c3b542b

Please sign in to comment.