Changeset 58665
- Timestamp:
- 07/03/2024 05:36:54 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8/docker-compose.yml
r58597 r58665 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: … … 62 62 ## 63 63 mysql: 64 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION- latest}64 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7} 65 65 platform: linux/amd64 66 66 … … 91 91 ## 92 92 cli: 93 image: wordpressdevelop/cli:${LOCAL_PHP- latest}93 image: wordpressdevelop/cli:${LOCAL_PHP-8.0-fpm} 94 94 95 95 networks: … … 121 121 ## 122 122 phpunit: 123 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT- latest}123 image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-8.0-fpm} 124 124 125 125 networks:
Note: See TracChangeset
for help on using the changeset viewer.