diff options
| author | 2019-08-20 15:48:54 +0200 | |
|---|---|---|
| committer | 2019-08-20 15:48:54 +0200 | |
| commit | d09826c145bd6276f8a0e85a87dccefb55227ca1 (patch) | |
| tree | 4d308c66f5a189961dc67cd64ed9adfdf6c7229d /docs/fr/users | |
| parent | fd33d92d413acb5ee48e04d8a78f251e35ef06c5 (diff) | |
Docker Alpine opcache (#2498)
https://github.com/FreshRSS/FreshRSS/pull/2495#discussion_r315662184
https://php.net/ref.opcache
We need to retest the performances
https://github.com/FreshRSS/FreshRSS/pull/2205
Diffstat (limited to 'docs/fr/users')
| -rw-r--r-- | docs/fr/users/01_Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fr/users/01_Installation.md b/docs/fr/users/01_Installation.md index cc1f543f1..f90d52c54 100644 --- a/docs/fr/users/01_Installation.md +++ b/docs/fr/users/01_Installation.md @@ -8,7 +8,7 @@ Il est toutefois de votre responsabilité de vérifier que votre hébergement pe | -------- | ----------- | --------------------- | | Serveur web | **Apache 2** | Nginx | | PHP | **PHP 7+** | PHP 5.5+ | - | Modules PHP | Requis : libxml, cURL, PDO_MySQL, PCRE et ctype<br>Requis (32 bits seulement) : GMP<br>Recommandé : JSON, Zlib, mbstring et iconv, ZipArchive<br>*Pour une liste complète des modules nécessaires voir le [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/744a9e8cf00aef7dec0acfa5f90f0dcfa2ef8837/Docker/Dockerfile-Alpine#L7-L9)* | | + | Modules PHP | Requis : libxml, cURL, PDO_MySQL, PCRE et ctype<br>Requis (32 bits seulement) : GMP<br>Recommandé : JSON, Zlib, mbstring et iconv, ZipArchive<br>*Pour une liste complète des modules nécessaires voir le [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/master/Docker/Dockerfile-Alpine#L7-L9)* | | | Base de données | **MySQL 5.5.3+** | SQLite 3.7.4+ | | Navigateur | **Firefox** | Chrome, Opera, Safari, or IE 11+ | |
