Skip to content

Commit 48bb498

Browse files
authored
Merge pull request #3 from rtucek/fix/docs
Remove misleading comments
2 parents f9fcc14 + 0de0f67 commit 48bb498

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ If you want to overwrite the default Honcho configuration - mount your custom `P
4949
## Todo
5050

5151
- Add [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#/healthcheck)
52-
- Add more support for composer in docker entrypoint.

docker-entrypoint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# chown www-data:www-data /usr/local/nginx/logs/error-php.log
99

1010
# Update PHP composer
11-
# Update PHP composer to most most recent version (as of now the current version is v1.2.2).
1211
# By default, we will try to update to the most recent version of PHP composer.
1312
# However, this blocks starting the initial process IF you have a bad or no Internet connection at
1413
# all. To avoid this, you can start the container with SKIP_COMPOSER_UPDATE env set to 1.

0 commit comments

Comments
 (0)