From 8a09d43a21775606dfdfebea824b897ec56e8186 Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Wed, 7 Dec 2022 03:23:47 +0100 Subject: [PATCH] Update run --- root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-clientpush/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-clientpush/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-clientpush/run index 3d0a788..d63d7eb 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-clientpush/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-clientpush/run @@ -4,4 +4,4 @@ # It depends on init-services, the baseimage hook for start of all longrun services exec \ - s6-setuidgid abc /config/www/nextcloud/apps/notify_push/bin/x86_64/notify_push --port 7867 /config/www/nextcloud/config/config.php \ No newline at end of file + s6-setuidgid abc /config/www/nextcloud/apps/notify_push/bin/x86_64/notify_push --nextcloud-url https://192.168.10.2:2443 --allow-self-signed --port 7867 /config/www/nextcloud/config/config.php