Skip to content

Commit

Permalink
Changed database from mysql to mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinveenbirkenbach committed Jan 25, 2019
1 parent 4dd87b3 commit 538ee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
db:
image: mysql
image: mariadb
volumes:
- "./.data/db:/var/lib/mysql"
environment:
Expand Down

0 comments on commit 538ee27

Please sign in to comment.