fix mailhog healthcheck
This commit is contained in:
parent
f5826cb935
commit
305c1a3780
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue