From 159a969272c97a6d7576439160e8abaa92f73694 Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 31 Dec 2020 08:48:38 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f54cdc..7915e75 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ restart. You don't need to modify ``config.php`` manually for this. accessible on the net, without using a reverse proxy sharing same host, you will need to 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. + #### Build and start the container ```sh