add healthcheck for antivirus

master
Thomas Sänger 6 years ago
parent 39272ab05c
commit 040c1e529a
No known key found for this signature in database
GPG Key ID: 057DDBB960D5382D

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

Loading…
Cancel
Save