This website requires JavaScript.
Explore
Help
Sign in
nextcloud
/
all-in-one
Watch
1
Star
1
Fork
You've already forked all-in-one
0
mirror of
https://github.com/nextcloud/all-in-one.git
synced
2024-11-14 11:04:28 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
02dde8e94c
all-in-one
/
Containers
/
notify-push
/
healthcheck.sh
8 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
ntofiy-push - improve healthcheck Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-19 03:21:24 +08:00
#!/bin/bash
adjust limiting the php-fpm port to specific containers again Signed-off-by: Simon L <szaimen@e.mail.de>
2023-09-28 03:27:24 +08:00
if
! nc -z
"
$NEXTCLOUD_HOST
"
9001
;
then
ntofiy-push - improve healthcheck Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-19 03:21:24 +08:00
exit
0
fi
nc -z localhost
7867
||
exit
1
Reference in a new issue
Copy permalink