mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 09:26:52 +00:00
add healthcheck for imaginary
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f333f740e3
commit
b51223fd69
3 changed files with 14 additions and 2 deletions
3
Containers/imaginary/healthcheck.sh
Normal file
3
Containers/imaginary/healthcheck.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
nc -z 127.0.0.1 "$PORT" || exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue