Skip to content

Commit d969d6c

Browse files
authored
Upgrade PHP version in docker-compose to 7.2 (#238)
1 parent b50d3e1 commit d969d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: '2'
22
services:
33
php:
4-
image: yiisoftware/yii2-php:7.1-apache
4+
image: yiisoftware/yii2-php:7.2-apache
55
volumes:
66
- ~/.composer-docker/cache:/root/.composer/cache:delegated
77
- ./:/app:delegated
88
ports:
9-
- '8000:80'
9+
- '8000:80'

0 commit comments

Comments
 (0)