You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`8.X-dhi-fpm-alpine-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/dhi.alpine.fpm.wsc.Dockerfile) (No entrypoint!)
18
+
-[`8.X-dhi-fpm-debian-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/dhi.debian.fpm.wsc.Dockerfile) (No entrypoint!)
17
19
18
20
**All container images are available in versions `8.3`, `8.4` and `8.5`.** ;-)
19
21
@@ -37,6 +39,9 @@ PHP is a server-side scripting language designed for web development, but which
37
39
**Images with `-wsc` suffix only contain PHP extensions for [WSC (WoltLab Suite Core)](https://www.woltlab.com)[[Software Download](https://www.woltlab.com/en/woltlab-suite-download/)].
38
40
(Alternatively, you can use [wsc-dockerized](https://github.com/SoftCreatRMedia/wsc-dockerized) setup.)*
39
41
**Images with `-extended` suffix at present only for php images with nginx. (Prometheus Exporter and other)*
42
+
**Images containing `apache` or `nginx` are integrated with the web server.*
43
+
**Images containing `debian` or `alpine` specify the operating system.*
44
+
**Images containing `dhi` based on [DHI (Docker Hardened Images)](https://dhi.io/catalog/php) and not based on offical images from community. This DHI do not have a shell and therefore NO entrypoint script. The environment variables listed in the README therefore do not work here. Mount your configuration file(s).*
40
45
* For easy install the extensions and get a smaller images it use [php-extension-installer](https://github.com/mlocati/docker-php-extension-installer).
41
46
* For information about PHP and extensions see here: [php.net](https://php.net) and [pecl.php.net](https://pecl.php.net).
0 commit comments