Skip to content

Commit b51ca7e

Browse files
committed
Add disableMariaDbDriver, which seems to fix an issue for some people (but I couldn't reproduce it, although it doesn't seem to hurt)
#2
1 parent cf11e8f commit b51ca7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
restart: always
1818
environment:
1919
APPLICATION_SECRET: ${APPLICATION_SECRET}
20-
DATABASE_URL: jdbc:mysql://db:3306/facto?user=root&password=facto
20+
DATABASE_URL: jdbc:mysql://db:3306/facto?user=root&password=facto&disableMariaDbDriver
2121

2222
volumes:
2323
db_data: {}

0 commit comments

Comments
 (0)