From 2ea0c474c32e056515ae9772629d337f004546a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 25 Nov 2020 00:38:08 +0100 Subject: [PATCH] docs: symfony/orm-pack now installs a Postgres service --- docs/extra-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extra-services.md b/docs/extra-services.md index 594c820..75fec31 100644 --- a/docs/extra-services.md +++ b/docs/extra-services.md @@ -5,5 +5,5 @@ the recipe will automatically modify the `Dockerfile` and `docker-compose.yml` t The currently supported packages are: -* `symfony/orm-pack`: install a MariaDB service +* `symfony/orm-pack`: install a PostgreSQL service * `symfony/messenger`: install a RabbitMQ service