Skip to content

Commit

Permalink
feature: add local composer auth to container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kalinichenko committed Aug 28, 2017
1 parent 05da70b commit 5a85252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
volumes:
- ../:/var/www/html
- ./php-fpm/php.ini:/usr/local/etc/php/php.ini
- ~/.composer/auth.json:/var/www/.composer/auth.json
tty: true

nginx:
Expand Down

0 comments on commit 5a85252

Please sign in to comment.