feat: updated logic in nextcloud push entrypoint file to check socket via curl

This commit is contained in:
coolnsx
2025-10-02 14:10:13 +05:30
parent 87d43313cd
commit 412d29f6ee
2 changed files with 18 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ set -eu
TARGET_UID="${PUID:-1000}"
# Overwrite /usr/local/etc/php-fpm.d/zz-docker.conf to make php-fpm listen on unix socket
cat << EOF > /usr/local/etc/php-fpm.d/zz-docker.conf
cat <<EOF >/usr/local/etc/php-fpm.d/zz-docker.conf
; Generated by /nextcloud-entrypoint.sh
; DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN !!
; please make changes in the /nextcloud-entrypoint.sh script