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
f17a27b80c
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-18 21:21:24 +02:00
#!/bin/bash
adjust limiting the php-fpm port to specific containers again Signed-off-by: Simon L <szaimen@e.mail.de>
2023-09-27 21:27:24 +02:00
if
! nc -z
"
$NEXTCLOUD_HOST
"
9001
;
then
ntofiy-push - improve healthcheck Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-18 21:21:24 +02:00
exit
0
fi
use `127.0.0.1` instead of `localhost` Signed-off-by: Simon L <szaimen@e.mail.de>
2024-05-28 17:24:28 +02:00
nc -z 127.0.0.1
7867
||
exit
1
Reference in a new issue
Copy permalink