Skip to content

Commit

Permalink
Update PHP Version linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABGEO committed Oct 20, 2019
1 parent 0c70102 commit 86e5ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ DB_DRIVER=mysql
MARIADB_TAG=10.4

### --- PHP ----
PHP_TAG=7.2-apache
PHP_VERSION=7.2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
php:
image: abgeo/php-symfony:${PHP_TAG}
image: abgeo/php-symfony:${PHP_VERSION}
container_name: "${PROJECT_NAME}_php"
environment:
APACHE_DOCUMENT_ROOT: /var/www/html/public
Expand Down

0 comments on commit 86e5ee6

Please sign in to comment.