Skip to content
Snippets Groups Projects
Commit 3cfa6a2b authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

use mariadb to work on mac M1

parent 72633459
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ version: '3' ...@@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: mysql:5.7 image: mariadb:10.5.8
env_file: env_file:
- .env - .env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment