Skip to content

Commit 4e11a11

Browse files
committed
Remove healthcheck as it does not handle https
Fixes #159
1 parent 2dad455 commit 4e11a11

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.docker/Dockerfile.alpine

-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,4 @@ VOLUME ["/data"]
9090
# Expose the listening port of node-red
9191
EXPOSE 1880
9292

93-
# Add a healthcheck (default every 30 secs)
94-
HEALTHCHECK CMD curl http://localhost:1880/ || exit 1
95-
9693
ENTRYPOINT ["npm", "start", "--", "--userDir", "/data"]

docker-custom/Dockerfile.custom

-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,4 @@ VOLUME ["/data"]
8484
# Expose the listening port of node-red
8585
EXPOSE 1880
8686

87-
# Add a healthcheck (default every 30 secs)
88-
HEALTHCHECK CMD curl http://localhost:1880/ || exit 1
89-
9087
ENTRYPOINT ["npm", "start", "--", "--userDir", "/data"]

0 commit comments

Comments
 (0)