mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed mat assignment rules to be db agnostic with comma delimited strings and upgraded test env db to mariadb 10.10 to match production.
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
||||
test: curl http://127.0.0.1/
|
||||
|
||||
db:
|
||||
image: mysql:5.7
|
||||
image: mariadb:10.10
|
||||
ports:
|
||||
- "3306:3306"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user