add release note
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Philipp Rothmann 2022-05-12 12:19:56 +02:00
parent 27e8e62675
commit dba042ff46
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
The 2.0.0 release moves the database service to a seperate override.yml file to support different database types (mariadb / postgres).
Please add the following snippet to your config .env to ensure mariadb is used:
```
COMPOSE_FILE="compose.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
```