mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 07:56:57 +00:00
fix collabora healthcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
c151a37f73
commit
f678b09523
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl http://127.0.0.1:9980 || exit 1
|
||||
# Unfortunately, no curl and no nc is installed in the container
|
||||
# and packages can also not be added as the package list is broken.
|
||||
# So always exiting 0 for now.
|
||||
# nc http://127.0.0.1:9980 || exit 1
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue