Skip to content

Commit

Permalink
refactor: replace MySQL image with MariaDB in docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Dec 18, 2024
1 parent a19fd7a commit 0399864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ version: '3.3'

services:
mysql:
platform: linux/x86_64
image: mysql:5.7
image: mariadb:lts
restart: always
environment:
MYSQL_ROOT_PASSWORD: wordpress
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
mysql:
image: mysql:5.7
image: mariadb:lts
volumes:
- ~/${WP_MYSQL_STASH:-WordPressDock}/wp-db/neve:/var/lib/mysql
restart: always
Expand Down

0 comments on commit 0399864

Please sign in to comment.