mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
imaginary: revert the change to the healthcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
wget -q -O /dev/null "http://127.0.0.1:${PORT}/health" || exit 1
|
||||
nc -z 127.0.0.1 "$PORT" || exit 1
|
||||
|
||||
Reference in New Issue
Block a user