remove healthcheck timeout
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-30 22:38:04 +02:00
parent 05f393a091
commit fba539b6f7

View file

@ -16,5 +16,5 @@ EXPOSE 25
CMD ["/run.sh"]
# health check
HEALTHCHECK --interval=1m --timeout=3s \
HEALTHCHECK --interval=30s \
CMD curl -s smtp://localhost:25 -v >/dev/null 2>&1