Upgrade PHP version in docker-compose to 7.2 (#238)
This commit is contained in:
parent
b50d3e1dfe
commit
d969d6cdf6
@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
php:
|
||||
image: yiisoftware/yii2-php:7.1-apache
|
||||
image: yiisoftware/yii2-php:7.2-apache
|
||||
volumes:
|
||||
- ~/.composer-docker/cache:/root/.composer/cache:delegated
|
||||
- ./:/app:delegated
|
||||
|
Loading…
Reference in New Issue
Block a user