Actually truly really NOW actually genuinely for real fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-17 08:44:28 +01:00
parent dbffdb94d6
commit da3b7407bf

View File

@@ -67,6 +67,7 @@ if (json_last_error() !== JSON_ERROR_NONE) {
error_log('SUCCESS - ' . $decoded['ref']);
chdir($docker_config_dir);
exec('git config --global --add safe.directory ' . $docker_config_dir);
exec('git pull');
exec('docker compose up -d --build --quiet-pull');