fix mailhog healthcheck

This commit is contained in:
Arnaud Lier 2025-02-18 17:56:34 +01:00
parent f5826cb935
commit 305c1a3780

View file

@ -15,6 +15,6 @@ EXPOSE 1025
EXPOSE 8025 EXPOSE 8025
HEALTHCHECK --start-period=5s \ HEALTHCHECK --start-period=5s \
CMD curl "http://localhost:8025" --fail || exit 1 CMD curl "http://localhost:8025/mailhog/" --fail || exit 1
ENTRYPOINT ["mailhog"] ENTRYPOINT ["mailhog"]