Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 0 additions & 1 deletion docker-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down