This website requires JavaScript.
Explore
Help
Sign in
eightball
/
all-in-one
Watch
1
Star
0
Fork
You've already forked all-in-one
0
mirror of
https://github.com/nextcloud/all-in-one.git
synced
2025-12-20 14:36:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
3e08843b14
all-in-one
/
Containers
/
nextcloud
/
healthcheck.sh
8 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
fix healthcheck for nextcloud and database Signed-off-by: Simon L <szaimen@e.mail.de>
2023-01-02 18:16:12 +01:00
#!/bin/bash
Address review Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Zoey <zoey@z0ey.de>
2023-01-02 18:24:17 +01:00
nc -z
"
$POSTGRES_HOST
"
5432
||
exit
0
fix healthcheck for nextcloud and database Signed-off-by: Simon L <szaimen@e.mail.de>
2023-01-02 18:16:12 +01:00
ffix nextcloud health check Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-15 16:12:36 +02:00
if
! nc -z localhost 9000
;
then
fix healthcheck for nextcloud and database Signed-off-by: Simon L <szaimen@e.mail.de>
2023-01-02 18:16:12 +01:00
exit
1
fi
Reference in a new issue
Copy permalink