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.