We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19fd7a commit 2d25f30Copy full SHA for 2d25f30
docker-compose.ci.yml
@@ -2,8 +2,7 @@ version: '3.3'
2
3
services:
4
mysql:
5
- platform: linux/x86_64
6
- image: mysql:5.7
+ image: mariadb:lts
7
restart: always
8
environment:
9
MYSQL_ROOT_PASSWORD: wordpress
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.3'
volumes:
- ~/${WP_MYSQL_STASH:-WordPressDock}/wp-db/neve:/var/lib/mysql
0 commit comments