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
9307fe5a5d
all-in-one
/
Containers
/
docker-socket-proxy
/
healthcheck.sh
5 lines
83 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
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 a new issue
Copy permalink