Changing the composer/composer image by the official image much lighter and updated

Minor update of commands related to Composer
This commit is contained in:
Vincent Letourneau
2017-08-03 13:33:57 +02:00
parent e479945f53
commit 80fd60aea2
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ services:
- "./etc/php/php.ini:/usr/local/etc/php/conf.d/php.ini"
- "./web:/var/www/html"
composer:
image: composer/composer
image: "composer"
volumes:
- "./web/app:/app"
command: install