mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
use php unix socket (3/3)
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
14acdbcb5a
commit
b972c99616
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then
|
|||
nc -z localhost 8000 || exit 1
|
||||
nc -z localhost 8080 || exit 1
|
||||
nc -z localhost 8443 || exit 1
|
||||
nc -z localhost 9000 || exit 1
|
||||
nc -z localhost 9876 || exit 1
|
||||
[ -f /var/run/php.sock ] || exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue