Skip to content

Commit

Permalink
Use MySQL image as default db
Browse files Browse the repository at this point in the history
But keep the mariadb handy
  • Loading branch information
andreaceccanti committed Dec 6, 2021
1 parent 595d6dc commit 8fcb5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
COMPOSE_PROJECT_NAME=iam

DB_IMAGE=mariadb:latest
DB_IMAGE=mysql:5.7
#DB_IMAGE=mariadb:latest

0 comments on commit 8fcb5be

Please sign in to comment.