Remove healthcheck feature (systemd log spam).

This commit is contained in:
Marco Paganini
2020-03-30 00:21:49 -07:00
parent a82c9b5275
commit 9853250fda
+5 -1
View File
@@ -41,7 +41,11 @@ VOLUME ["/store", "/config"]
COPY recorder.conf /config/recorder.conf
HEALTHCHECK CMD /usr/local/sbin/recorder-health.sh
# If you absolutely need health-checking, enable the option below. Keep in
# mind that until https://github.com/systemd/systemd/issues/6432 is resolved,
# using the HEALTHCHECK feature will cause systemd to generate a significant
# amount of spam in the system logs.
# HEALTHCHECK CMD /usr/local/sbin/recorder-health.sh
EXPOSE 8083