all-in-one/Containers/onlyoffice/healthcheck.sh
Simon L. 2cbe7d7d6a add healtcheck for oo
Signed-off-by: Simon L. <szaimen@e.mail.de>
2024-12-03 13:37:15 +01:00

3 lines
42 B
Bash

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