Changeset 58668
- Timestamp:
- 07/03/2024 05:41:36 PM (3 months ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5/.env
r55520 r58668 17 17 18 18 # The PHP version to use. Valid options are 'latest', and '{version}-fpm'. 19 LOCAL_PHP= latest19 LOCAL_PHP=7.4-fpm 20 20 21 21 ## -
branches/5.5/docker-compose.yml
r58610 r58668 33 33 ## 34 34 php: 35 image: wordpressdevelop/php:${LOCAL_PHP- latest}35 image: wordpressdevelop/php:${LOCAL_PHP-7.4-fpm} 36 36 37 37 networks: … … 63 63 ## 64 64 mysql: 65 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION- latest}65 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7} 66 66 platform: linux/amd64 67 67 … … 122 122 ## 123 123 phpunit: 124 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT- latest}124 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-7.4-fpm} 125 125 126 126 networks:
Note: See TracChangeset
for help on using the changeset viewer.