Changeset 58657
- Timestamp:
- 07/03/2024 05:21:54 PM (3 months ago)
- Location:
- branches/6.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.6/.env
r58097 r58657 16 16 17 17 # The PHP version to use. Valid options are 'latest', and '{version}-fpm'. 18 LOCAL_PHP= latest18 LOCAL_PHP=8.3-fpm 19 19 20 20 # Whether or not to enable Xdebug. -
branches/6.6/docker-compose.yml
r58157 r58657 33 33 ## 34 34 php: 35 image: wordpressdevelop/php:${LOCAL_PHP- latest}35 image: wordpressdevelop/php:${LOCAL_PHP-8.3-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-8.0} 67 67 68 68 networks: … … 92 92 ## 93 93 cli: 94 image: wordpressdevelop/cli:${LOCAL_PHP- latest}94 image: wordpressdevelop/cli:${LOCAL_PHP-8.3-fpm} 95 95 96 96 networks:
Note: See TracChangeset
for help on using the changeset viewer.