Skip to content

Commit

Permalink
switch easy dev env back to mariadb since that issue has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Aug 24, 2019
1 parent e775e8e commit e419ee5
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 @@ -8,7 +8,7 @@ version: '3.1'
services:
mysql:
restart: always
image: mysql:5.7
image: mariadb:10.4
command: ['mysqld','--character-set-server=utf8']
ports:
- 8320:3306
Expand Down

0 comments on commit e419ee5

Please sign in to comment.