From be80ae2fe6c58813853fd63a1bf2decf904a6127 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Jan 2021 16:04:18 +0300 Subject: [PATCH] update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e2fd362..40ba6b6 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ remove ``127.0.0.1:`` from ``HTTP_PORT`` variable in ``.env``. Please don't rename the services inside `docker-compose.yml` unless you know what you're doing. Web container expects application container to be named `app`, if you rename it and it's not accessible via Docker DNS as `http://app` you will run into 502 errors on startup. -You can customize other `config.php` defines using environment variables (see `app/Dockerfile` -for complete list). +You can customize other `config.php` defines using environment variables (see `app/Dockerfile` for complete list). #### Build and start the container