use php unix socket (3/3)

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2023-09-16 11:22:41 +02:00 committed by GitHub
parent 14acdbcb5a
commit b972c99616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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