Changeset 58666
- Timestamp:
- 07/03/2024 05:38:32 PM (3 months ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7/.env
r55518 r58666 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.7/docker-compose.yml
r58599 r58666 32 32 ## 33 33 php: 34 image: wordpressdevelop/php:${LOCAL_PHP- latest}34 image: wordpressdevelop/php:${LOCAL_PHP-8.0-fpm} 35 35 36 36 networks: … … 54 54 ## 55 55 mysql: 56 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION- latest}56 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7} 57 57 platform: linux/amd64 58 58 … … 77 77 ## 78 78 cli: 79 image: wordpressdevelop/cli:${LOCAL_PHP- latest}79 image: wordpressdevelop/cli:${LOCAL_PHP-8.0-fpm} 80 80 81 81 networks: … … 98 98 ## 99 99 phpunit: 100 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT- latest}100 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-8.0-fpm} 101 101 102 102 networks:
Note: See TracChangeset
for help on using the changeset viewer.