mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 09:56:01 +00:00
Small fixes for CLAMD Health Check
This commit is contained in:
@@ -12,6 +12,7 @@ RUN apk upgrade --no-cache \
|
||||
|
||||
# init
|
||||
COPY clamd.sh /clamd.sh
|
||||
COPY clamdcheck.sh /usr/local/bin/
|
||||
RUN chmod +x /sbin/tini
|
||||
|
||||
# healthcheck
|
||||
|
||||
@@ -11,4 +11,4 @@ if [ "${CLAMAV_NO_CLAMD:-}" != "false" ]; then
|
||||
echo "Clamd is up"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user