Skip to content

Commit

Permalink
switch to mariadb for docker db:
Browse files Browse the repository at this point in the history
- mysql:5.7 doesn't support Apple Silicon
  • Loading branch information
haszari committed Apr 18, 2023
1 parent 4e24c24 commit 2df51dd
Showing 1 changed file with 1 addition and 1 deletion.
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:
db:
image: mysql:5.7
image: mariadb:latest
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down

0 comments on commit 2df51dd

Please sign in to comment.