Skip to content

Commit

Permalink
Try using newer mariadb image
Browse files Browse the repository at this point in the history
  • Loading branch information
delawski committed Jul 15, 2024
1 parent 5384232 commit c9c6ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.6'
services:

mysql:
image: mariadb:10.2
image: mariadb:11.4.2
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
EMAIL: local@${DEV_URL:-stream.wpenv.net}

db_phpunit:
image: mariadb:10.2
image: mariadb:11.4.2
restart: always
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
Expand Down

0 comments on commit c9c6ff0

Please sign in to comment.