mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
feat: custom entrypoint to run before the official entrypoint in nextcloud container
This commit is contained in:
@@ -19,7 +19,7 @@ php occ app:install notify_push || true
|
||||
php occ app:enable notify_push || true
|
||||
|
||||
echo "[*] Starting notify_push binary..."
|
||||
/var/www/html/apps/notify_push/bin/x86_64/notify_push &
|
||||
/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push &
|
||||
NOTIFY_PID=$!
|
||||
|
||||
# Wait for the socket to appear, max 30 seconds
|
||||
|
||||
Reference in New Issue
Block a user