From bac395cdceba52df83408ee4d0bdadab73271a09 Mon Sep 17 00:00:00 2001 From: gyurix Date: Sun, 25 May 2025 22:09:18 +0200 Subject: [PATCH] Update nextcloud service configuration to run as www-data user --- nextcloud/service-nextcloud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/service-nextcloud.json b/nextcloud/service-nextcloud.json index 3ec06fb..35d3d69 100644 --- a/nextcloud/service-nextcloud.json +++ b/nextcloud/service-nextcloud.json @@ -170,7 +170,7 @@ "ENV_FILES": [ "/etc/user/secret/nextcloud/nextcloud.json" ], - "EXTRA": "--restart always", + "EXTRA": "--user www-data --restart always", "DEPEND": "null", "START_ON_BOOT": "false", "CMD": "null",