From 291a4d84e744bef0ace6352828fc75a591f983e5 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Fri, 17 Jan 2025 09:05:39 +0100 Subject: [PATCH] Actually truly indeed really NOW actually for real now genuinely for real fix docker compose in updater --- updater/webhook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/updater/webhook.php b/updater/webhook.php index 34a2986..c8eec6e 100644 --- a/updater/webhook.php +++ b/updater/webhook.php @@ -67,7 +67,6 @@ if (json_last_error() !== JSON_ERROR_NONE) { error_log('SUCCESS - ' . $decoded['ref']); chdir($docker_config_dir); -putenv('HOME=/var/www/html/'); exec('git config --global --add safe.directory ' . $docker_config_dir); exec('git pull'); exec('docker compose up -d --build --quiet-pull');