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
**All container images are available in versions `8.3`, `8.4` and `8.5`.** ;-)
19
19
@@ -34,7 +34,7 @@ PHP is a server-side scripting language designed for web development, but which
34
34
* These images extend the basic images with additional PHP extensions, for example: SQL-Databases, gd, imagick, ldap and more. For details see in dockerfiles.
35
35
**Images with `-slim` suffix have only the PHP extensions like offical base image, but with entrypoint script for some settings and other adjustments. This is the base image for all others.*
36
36
**Images without `-slim` or other suffix have a mix of additional extensions, which should maybe sufficient for most PHP web applications.*
37
-
**Images with `-wsc` suffix only contain PHP extensions for [WSC](https://www.woltlab.com).
37
+
**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
38
(Alternatively, you can use [wsc-dockerized](https://github.com/SoftCreatRMedia/wsc-dockerized) setup.)*
39
39
**Images with `-extended` suffix at present only for php images with nginx. (Prometheus Exporter and other)*
40
40
* For easy install the extensions and get a smaller images it use [php-extension-installer](https://github.com/mlocati/docker-php-extension-installer).
@@ -78,15 +78,16 @@ PHP is a server-side scripting language designed for web development, but which
78
78
* php with fpm: `9000`
79
79
80
80
* An own Dockerfile?, then here an example with copy additional own entrypoint-file(s) in apache image:
0 commit comments