docker: add healthcheck
This commit is contained in:
committed by
nitnelave
parent
3aaf53442b
commit
188a92d124
@@ -64,3 +64,4 @@ EXPOSE ${LDAP_PORT} ${HTTP_PORT}
|
||||
|
||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||
CMD ["run", "--config-file", "/data/lldap_config.toml"]
|
||||
HEALTHCHECK CMD ["/app/lldap", "run", "--config-file", "/data/lldap_config.toml"]
|
||||
|
||||
Reference in New Issue
Block a user