File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ LOCAL_PORT=8889
1515LOCAL_DIR = src
1616
1717# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
18- LOCAL_PHP = latest
18+ LOCAL_PHP = 8.5-fpm
1919
2020# Whether or not to enable Xdebug.
2121LOCAL_PHP_XDEBUG = false
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
3232 # The PHP container.
3333 # #
3434 php :
35- image : wordpressdevelop/php:${LOCAL_PHP-latest }
35+ image : wordpressdevelop/php:${LOCAL_PHP-8.5-fpm }
3636
3737 networks :
3838 - wpdevnet
@@ -64,7 +64,7 @@ services:
6464 # The MySQL container.
6565 # #
6666 mysql :
67- image : ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest }
67+ image : ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-8.4 }
6868
6969 networks :
7070 - wpdevnet
@@ -92,7 +92,7 @@ services:
9292 # The WP CLI container.
9393 # #
9494 cli :
95- image : wordpressdevelop/cli:${LOCAL_PHP-latest }
95+ image : wordpressdevelop/cli:${LOCAL_PHP-8.5-fpm }
9696
9797 networks :
9898 - wpdevnet
You can’t perform that action at this time.
0 commit comments