Skip to content

Commit a349129

Browse files
authored
Updates mysql service to use MariaDB
1 parent d4a8a05 commit a349129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- laravel
2626

2727
mysql:
28-
image: mysql:5.7.29
28+
image: mariadb:10.6
2929
container_name: mysql
3030
restart: unless-stopped
3131
tty: true

0 commit comments

Comments
 (0)