From 0c948d8089d9691da73b74cf2970e0caa84974ed Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 2 Feb 2021 08:45:08 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e255569..2984927 100644 --- a/README.md +++ b/README.md @@ -39,7 +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. Main configuration file (`config.php`) is rewritten on startup, don't edit it manually. Use environment variables -(see `app/Dockerfile` for complete list) or use `config.d` snippets to customize it. +(see `app/Dockerfile` for complete list) or `config.d` snippets to customize it. #### Build and start the container