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
Copy file name to clipboardExpand all lines: examples/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
All examples for [WSC (WoltLab Suite Core)](https://www.woltlab.com/en/woltlab-suite-download/)!
4
4
5
-
* fpm-nginx-dhi: php-fpm, nginx, mysql, traefik, prometheus-exporters - only using DHI (Docker Hardened Images) - for more Details/Help read README.md in folder!
6
-
* fpm-nginx-dhi-k8s: fpm-nginx-dhi for Kubernetes/K8s (tested on K3s)
7
-
* fpm-nginx: like fpm-nginx-dhi, but offical docker community images and other (Notice: mysql replaced by mariadb)
8
-
* fpm-nginx-aio: like fpm-nginx, but php-fpm and nginx in single container/image
9
-
* apache: apache2 and php in single container/image, mariadb, traefik, prometheus-exporters
5
+
* fpm-nginx-dhi: php-fpm, nginx, mysql, traefik, prometheus-exporters without entrypoint script - only using DHI (Docker Hardened Images) - for more Details/Help read README.md in folder!
6
+
* fpm-nginx-dhi-k8s: like fpm-nginx-dhi but for Kubernetes/K8s (tested on K3s) - for more Details/Help read README.md in folder!
7
+
* fpm-nginx-doi: like fpm-nginx-dhi, but Docker Offical Images (DOI, from Community) and also without entrypoint script.
8
+
* fpm-nginx: like fpm-nginx-doi, but Docker Offical Images with entrypoint script from this repo. (Notice: mysql replaced by mariadb)
9
+
* fpm-nginx-aio: like fpm-nginx, but php-fpm and nginx in single container/image with entrypoint script from this repo.
10
+
* apache: apache2 and php in single container/image, mariadb, traefik, prometheus-exporters with entrypoint script from this repo.
0 commit comments