forked from coop-cloud/nextcloud
add release note
This commit is contained in:
@@ -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"
|
||||
```
|
||||
Reference in New Issue
Block a user