You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Ensure healthchecks timeout
(cherry picked from commit 7aaf7ec17b
)
# Conflicts:
# towncrier/newsfragments/3398.misc
This commit is contained in:
committed by
Mergify
parent
59a4668518
commit
df3329962c
@@ -17,7 +17,7 @@ COPY start.py /
|
||||
RUN echo $VERSION >/version
|
||||
|
||||
#EXPOSE 11332/tcp 11334/tcp 11335/tcp
|
||||
HEALTHCHECK --start-period=350s CMD curl -skfLo /dev/null http://localhost:11334/
|
||||
HEALTHCHECK --start-period=350s CMD curl -m3 -skfLo /dev/null http://localhost:11334/
|
||||
|
||||
VOLUME ["/var/lib/rspamd"]
|
||||
|
||||
|
Reference in New Issue
Block a user