Merge remote-tracking branch 'origin/next' into 8172-investigate-user-delete-bug

This commit is contained in:
Andras Bacsai
2026-04-09 14:08:54 +02:00
65 changed files with 236 additions and 186 deletions
@@ -512,6 +512,9 @@ describe('custom_docker_run_options validation', function () {
'--cap-add=NET_ADMIN --cap-add=NET_RAW',
'--privileged --init',
'--memory=512m --cpus=2',
'--entrypoint "sh -c \'npm start\'"',
'--entrypoint "sh -c \'php artisan schedule:work\'"',
'--hostname "my-host"',
]);
});