Changeset 58667
- Timestamp:
- 07/03/2024 05:39:47 PM (5 months ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6/.env
r55519 r58667 17 17 18 18 # The PHP version to use. Valid options are 'latest', and '{version}-fpm'. 19 LOCAL_PHP= latest19 LOCAL_PHP=8.0-fpm 20 20 21 21 ## -
branches/5.6/docker-compose.yml
r58605 r58667 33 33 ## 34 34 php: 35 image: wordpressdevelop/php:${LOCAL_PHP- latest}35 image: wordpressdevelop/php:${LOCAL_PHP-8.0-fpm} 36 36 37 37 networks: … … 64 64 ## 65 65 mysql: 66 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION- latest}66 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7} 67 67 platform: linux/amd64 68 68 … … 93 93 ## 94 94 cli: 95 image: wordpressdevelop/cli:${LOCAL_PHP- latest}95 image: wordpressdevelop/cli:${LOCAL_PHP-8.0-fpm} 96 96 97 97 networks: … … 123 123 ## 124 124 phpunit: 125 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT- latest}125 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-8.0-fpm} 126 126 127 127 networks:
Note: See TracChangeset
for help on using the changeset viewer.