remove autoupdate profile
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user