mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
fixed healthcheck for CMAK
This commit is contained in:
@@ -36,4 +36,4 @@ EXPOSE 9000
|
||||
ENTRYPOINT ["bin/cmak"]
|
||||
CMD ["-Dconfig.file=conf/application.conf", "-Dhttp.port=9000", "-Dpidfile.path=/dev/null"]
|
||||
|
||||
HEALTHCHECK CMD curl -f http://127.0.0.1/api/health || exit 1
|
||||
HEALTHCHECK CMD curl -f http://127.0.0.1:9000/api/health || exit 1
|
||||
|
||||
Reference in New Issue
Block a user