Docker/compose updates (#1280)

* Docker/compose updates

* Fix container name

* Add zip to the ext install

* Don't mount the env.php file

* Use newer "docker compose" command

* Install composer

* Remove chown
This commit is contained in:
Nabeel S
2021-09-29 10:14:46 -04:00
committed by GitHub
parent f3b032e56b
commit 0b27635fcb
3 changed files with 13 additions and 9 deletions
+1 -2
View File
@@ -24,9 +24,8 @@ services:
- ./tests:/var/www/tests
- ./composer.json:/var/www/composer.json
- ./composer-lock.json:/var/www/composer-lock.json
- ./env.php:/var/www/env.php
#- ./env.php:/var/www/env.php
- ./resources/docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
- ./vendor:/var/www/vendor
depends_on:
- mysql
- redis