Actually really NOW actually fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-16 17:12:15 +01:00
parent 9e1db1880e
commit 3ada4f77e5

View File

@@ -68,7 +68,7 @@ error_log('SUCCESS - ' . $decoded['ref']);
chdir($docker_config_dir);
exec('git pull');
exec('docker-compose up -d --build --quiet-pull');
exec('docker compose up -d --build --quiet-pull');
// send return code and text message
http_response_code(200);