Changeset 61287 for branches/6.9/docker-compose.yml
- Timestamp:
- 11/24/2025 05:55:31 PM (5 months ago)
- File:
-
- 1 edited
-
branches/6.9/docker-compose.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9/docker-compose.yml
r60926 r61287 33 33 ## 34 34 php: 35 image: wordpressdevelop/php:${LOCAL_PHP- latest}35 image: wordpressdevelop/php:${LOCAL_PHP-8.5-fpm} 36 36 37 37 networks: … … 65 65 ## 66 66 mysql: 67 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION- latest}67 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-8.4} 68 68 69 69 networks: … … 96 96 ## 97 97 cli: 98 image: wordpressdevelop/cli:${LOCAL_PHP- latest}98 image: wordpressdevelop/cli:${LOCAL_PHP-8.5-fpm} 99 99 100 100 networks:
Note: See TracChangeset
for help on using the changeset viewer.