Skip to content

Commit

Permalink
Remove healthcheck as it does not handle https
Browse files Browse the repository at this point in the history
Fixes #159
  • Loading branch information
knolleary committed Dec 18, 2019
1 parent 2dad455 commit 4e11a11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,4 @@ VOLUME ["/data"]
# Expose the listening port of node-red
EXPOSE 1880

# Add a healthcheck (default every 30 secs)
HEALTHCHECK CMD curl http://localhost:1880/ || exit 1

ENTRYPOINT ["npm", "start", "--", "--userDir", "/data"]
3 changes: 0 additions & 3 deletions docker-custom/Dockerfile.custom
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,4 @@ VOLUME ["/data"]
# Expose the listening port of node-red
EXPOSE 1880

# Add a healthcheck (default every 30 secs)
HEALTHCHECK CMD curl http://localhost:1880/ || exit 1

ENTRYPOINT ["npm", "start", "--", "--userDir", "/data"]

0 comments on commit 4e11a11

Please sign in to comment.