Skip to content

Commit 2c4f6a9

Browse files
committed
Use containers from wpdev-docker-images
This makes use of the test containers published to GitHub Container Registry that includes the necessary `.cnf` file now instead.
1 parent b2d528a commit 2c4f6a9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

tools/local-env/mysql-client.cnf

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)