Merge pull request #3201 from afsh7n/patch-1

Update .env.example
This commit is contained in:
Shao Yu-Lung (Allen)
2022-04-26 20:48:28 +08:00
committed by GitHub

View File

@ -38,7 +38,7 @@ COMPOSE_PROJECT_NAME=laradock
### PHP Version ########################################### ### PHP Version ###########################################
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). # Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM).
# Accepted values: 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6 # Accepted values: 8.1 - 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6
PHP_VERSION=7.4 PHP_VERSION=7.4
### Phalcon Version ########################################### ### Phalcon Version ###########################################