From 36f9fdb87eef0487341361a1b090d757312f0855 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Thu, 16 Jan 2025 16:47:23 +0100 Subject: [PATCH] Uhhh --- updater/webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/webhook.php b/updater/webhook.php index 1344b0f..d8d3c0d 100644 --- a/updater/webhook.php +++ b/updater/webhook.php @@ -68,7 +68,7 @@ error_log('SUCCESS - ' . $decoded['ref']); chdir($docker_config_dir); exec('git pull'); -exec('docker compose up -d --build --quiet-pull > /dev/stdout 2>&1 &'); +exec('docker compose up -d --build --quiet-pull'); // send return code and text message http_response_code(200);