Skip to content

Commit

Permalink
Enhance multiple PHP installation #94
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed Aug 13, 2021
1 parent bde3538 commit 4e5818a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,11 @@ NGX_STREAM=true
INSTALL_PHP=true

# It is highly recommended to install PHP version 7.4 or greater.
# Installing multiple versions supported, separate version by space.
# Installing multiple versions is supported, separate version by space.
PHP_VERSIONS="7.4 8.0"

# Additional PHP modules (extensions) to install, separate extension by space.
# Additional PHP modules (extensions) to install.
# Installing multiple extension is supported, separate version by space.
PHP_EXTENSIONS=""

[php-loader]
Expand Down

0 comments on commit 4e5818a

Please sign in to comment.