We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4f6a9 commit 56347c2Copy full SHA for 56347c2
docker-compose.yml
@@ -32,7 +32,7 @@ services:
32
# The PHP container.
33
##
34
php:
35
- image: ghcr.io/wordpress/wpdev-docker-images/php:${LOCAL_PHP-latest}-190
+ image: wordpressdevelop/php:${LOCAL_PHP-latest}
36
37
networks:
38
- wpdevnet
@@ -95,7 +95,7 @@ services:
95
# The WP CLI container.
96
97
cli:
98
- image: ghcr.io/wordpress/wpdev-docker-images/cli:${LOCAL_PHP-latest}-190
+ image: wordpressdevelop/cli:${LOCAL_PHP-latest}
99
100
101
0 commit comments