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-19 22:16:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
8cb1d413f8
all-in-one
/
Containers
/
docker-socket-proxy
/
healthcheck.sh
7 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
address review Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-30 15:13:08 +02:00
#!/bin/bash
nc -z
"
$NEXTCLOUD_HOST
"
9000
||
exit
0
dsp - fix healthcheck Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-31 12:31:36 +02:00
if
! nc -z localhost 2375
;
then
address review Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-30 15:13:08 +02:00
exit
1
fi
Reference in a new issue
Copy permalink