mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Add support for --pids-limit option in CustomDockerRunOptions to allow limiting the number of processes that can be created within a container. This provides an additional security hardening option for deployments. - Add --pids-limit to the mapping in convertDockerRunToCompose() - Add parsing logic for both --pids-limit=value and --pids-limit value formats - Add tests for the new option |
||
|---|---|---|
| .. | ||
| Browser | ||
| Feature | ||
| Traits | ||
| Unit | ||
| CreatesApplication.php | ||
| DuskTestCase.php | ||
| Pest.php | ||
| TestCase.php | ||