Upgrade PHP version in docker-compose to 7.2 (#238)

This commit is contained in:
Gildus 2020-10-28 15:14:23 -05:00 committed by GitHub
parent b50d3e1dfe
commit d969d6cdf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
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
ports:
- '8000:80'
- '8000:80'