Changeset 58668 for branches/5.5/docker-compose.yml
- Timestamp:
- 07/03/2024 05:41:36 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.