all-in-one/Containers/fulltextsearch/healthcheck.sh
Simon L. f333f740e3 add healthcheck for fts
Signed-off-by: Simon L. <szaimen@e.mail.de>
2024-12-03 11:37:37 +01:00

3 lines
44 B
Bash

#!/bin/bash
nc -z 127.0.0.1 9200 || exit 1