Changeset 58660
- Timestamp:
- 07/03/2024 05:27:18 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3/docker-compose.yml
r58300 r58660 33 33 ## 34 34 php: 35 image: wordpressdevelop/php:${LOCAL_PHP- latest}35 image: wordpressdevelop/php:${LOCAL_PHP-8.2-fpm} 36 36 37 37 networks: … … 64 64 ## 65 65 mysql: 66 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION- latest}66 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7} 67 67 platform: linux/amd64 68 68 … … 93 93 ## 94 94 cli: 95 image: wordpressdevelop/cli:${LOCAL_PHP- latest}95 image: wordpressdevelop/cli:${LOCAL_PHP-8.2-fpm} 96 96 97 97 networks:
Note: See TracChangeset
for help on using the changeset viewer.