1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-02 23:17:26 +02:00

add healthcheck for antivirus

This commit is contained in:
Thomas Sänger 2018-10-16 22:20:16 +02:00
parent 39272ab05c
commit 040c1e529a
No known key found for this signature in database
GPG Key ID: 057DDBB960D5382D

View File

@ -9,3 +9,5 @@ EXPOSE 3310/tcp
VOLUME ["/data"]
CMD ["/start.sh"]
HEALTHCHECK CMD [ "$(echo PING | nc localhost 3310)" = "PONG" ]