File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed 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 : ghcr.io/wordpress/wpdev-docker-images/ php:${LOCAL_PHP-latest}-190
3636
3737 networks :
3838 - wpdevnet
@@ -95,7 +95,7 @@ services:
9595 # The WP CLI container.
9696 # #
9797 cli :
98- image : wordpressdevelop/ cli:${LOCAL_PHP-latest}
98+ image : ghcr.io/wordpress/wpdev-docker-images/ cli:${LOCAL_PHP-latest}-190
9999
100100 networks :
101101 - wpdevnet
@@ -110,7 +110,6 @@ services:
110110
111111 volumes :
112112 - ./:/var/www
113- - ./tools/local-env/mysql-client.cnf:/etc/mysql/conf.d/no-ssl.cnf:ro
114113
115114 # Keeps the service alive.
116115 command : ' sleep infinity'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments