We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf11e8f commit b51ca7eCopy full SHA for b51ca7e
1 file changed
docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
restart: always
18
environment:
19
APPLICATION_SECRET: ${APPLICATION_SECRET}
20
- DATABASE_URL: jdbc:mysql://db:3306/facto?user=root&password=facto
+ DATABASE_URL: jdbc:mysql://db:3306/facto?user=root&password=facto&disableMariaDbDriver
21
22
volumes:
23
db_data: {}
0 commit comments