mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
feat: updated logic in nextcloud push entrypoint file to check socket via curl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user