docker-symfony
docker-symfony copied to clipboard
Docker Symfony (PHP-FPM - NGINX - MySQL - MailHog - Redis - RabbitMQ)
mysqldump --no-tablespaces
Allow choosing whether the container should be updated or not.
sysvsem
Enable it for https://symfony.com/doc/current/components/lock.html
When a relative path is transformed into its real and absolute path, PHP caches the result to improve performance. Applications that open many PHP files, such as Symfony projects, should...
In production servers, PHP files should never change, unless a new application version is deployed. However, by default OPcache checks if cached files have changed their contents since they were...
The default OPcache configuration is not suited for Symfony applications, so it's recommended to change these settings as follows: ``` ; php.ini ; maximum memory that OPcache can use to...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...