mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-04 23:27:34 +02:00
add healthcheck for antivirus
This commit is contained in:
parent
39272ab05c
commit
040c1e529a
@ -9,3 +9,5 @@ EXPOSE 3310/tcp
|
|||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
|
|
||||||
CMD ["/start.sh"]
|
CMD ["/start.sh"]
|
||||||
|
|
||||||
|
HEALTHCHECK CMD [ "$(echo PING | nc localhost 3310)" = "PONG" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user