remove autoupdate profile

This commit is contained in:
Peter Smit
2025-01-17 15:23:18 +01:00
parent 3a47732d80
commit 52e6741c8b
8 changed files with 1 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ error_log('Pulling latest changes');
exec('git pull');
error_log('Building and starting containers');
exec('docker compose --profile autoupdate up -d --build --quiet-pull');
exec('docker compose up -d --build --quiet-pull');
// send return code and text message
http_response_code(200);