all-in-one/Containers/talk-recording/healthcheck.sh
Simon L. 9360256f7d add healthcheck for talk-recording
Signed-off-by: Simon L. <szaimen@e.mail.de>
2024-12-03 13:37:16 +01:00

3 lines
44 B
Bash

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