From 0de0f677ebcee66a2336b33ed51790f210e5510f Mon Sep 17 00:00:00 2001 From: Rudolf Tucek Date: Sat, 31 Dec 2016 08:25:39 +0100 Subject: [PATCH] Remove misleading comments --- README.md | 1 - docker-entrypoint | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index e3d5893..c524bcf 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,3 @@ If you want to overwrite the default Honcho configuration - mount your custom `P ## Todo - Add [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#/healthcheck) -- Add more support for composer in docker entrypoint. diff --git a/docker-entrypoint b/docker-entrypoint index 6345db0..a75ccf7 100644 --- a/docker-entrypoint +++ b/docker-entrypoint @@ -8,7 +8,6 @@ # chown www-data:www-data /usr/local/nginx/logs/error-php.log # Update PHP composer -# Update PHP composer to most most recent version (as of now the current version is v1.2.2). # By default, we will try to update to the most recent version of PHP composer. # However, this blocks starting the initial process IF you have a bad or no Internet connection at # all. To avoid this, you can start the container with SKIP_COMPOSER_UPDATE env set to 1.