From 636fc60312a959b87d23851925794b2506fce149 Mon Sep 17 00:00:00 2001 From: Tchama Date: Thu, 18 Feb 2021 19:42:17 +0100 Subject: [PATCH] adding presentation message --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9fe62c5..c729c19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ Docker environment for a Symfony5 project ================================== +# Présentation (français) + +Ce repository propose une configuration qui permet de démarrer très simplement un nouveau projet Symfony dans des conteneurs docker. Cette configuration doit encore être améliorée, mais déjà, en suivant pas à pas les instructions à partir du chapitre "My installation", on peut démarrer en quelques minutes un nouveau projet. + + # Add to your project Move the `docker-compose.yml` and the folder named `docker_build` containing nginx and php-fpm config for it to the root of your Symfony project.