This website requires JavaScript.
Explore
Help
Sign In
1berry
/
nextcloud-all-in-one
Watch
1
Star
0
Fork
0
You've already forked nextcloud-all-in-one
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nextcloud-all-in-one
/
Containers
/
docker-socket-proxy
/
healthcheck.sh
5 lines
83 B
Bash
Raw
Permalink
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
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
nc -z
"
$NEXTCLOUD_HOST
"
9001
||
exit
0
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
2375
||
exit
1
Reference in New Issue
Copy Permalink