From 12665b0326827b7b432d36e988fa6085a49053df Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 2 Aug 2021 12:47:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b753858..689ed90 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ To reuse an existing Symfony tree at `./data/symfony` you may change the environ ## Using for DEVELOP purpose ### Info -* `APP_ENVIRONMENT` variable in `.env` used to switch `php-fpm` container to development environement. -* `APP_CLUSTERCOCKPIT_INIT` variable in `.env` used to prevent container from initializing a new ClusterCockpit instance on every start. +* The `APP_ENVIRONMENT` variable in `.env` is used to switch the `php-fpm` container to development environment. +* The `APP_CLUSTERCOCKPIT_INIT` variable in `.env` is used to prevent the container from initializing a new ClusterCockpit instance on every start. * In this case, an existing Symfony tree at `./data/symfony` is required. * By default, this also uses prepared fixture data for databases. In order to use an existing database, changes in `.env` and `docker-compose.yml` are required (see below).