From 864f7086c89e64c4792f91afe9cf88be7fb3b636 Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 30 Nov 2022 06:55:25 +0100 Subject: [PATCH] Add reference implementation in Example section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9ec967c..0728c4d 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,16 @@ $ docker run -d \ $ docker exec -it php mysqldump-secure ``` +#### Docker Compose reference implementation + +If you want a fully functional Docker Compose setup, which allows to switch PHP versions easily, comes with web servers, database servers and much more, then head over to the rerefence implementation: + +| Reference Implementation | +|--------------------------| +| | + + +

Automated builds

[![nightly](https://github.com/devilbox/docker-php-fpm/workflows/nightly/badge.svg)](https://github.com/devilbox/docker-php-fpm/actions?workflow=nightly)