diff --git a/Containers/onlyoffice/healthcheck.sh b/Containers/onlyoffice/healthcheck.sh index 7a9d79d0..a5afbf2b 100644 --- a/Containers/onlyoffice/healthcheck.sh +++ b/Containers/onlyoffice/healthcheck.sh @@ -1,3 +1,7 @@ #!/bin/bash +if [ "$AIO_LOG_LEVEL" = 'debug' ]; then + set -x +fi + nc -z 127.0.0.1 80 || exit 1