fix release note path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-07 17:07:18 +01:00
parent a52515e63e
commit e1bc039b09
2 changed files with 0 additions and 0 deletions

6
release/2.0.0+23.0.3-fpm Normal file
View File

@ -0,0 +1,6 @@
2.0.0 introduces a minor nextcloud update to 23.0.4 and moves the database service to a seperate override.yml file to support different database types (mariadb / postgres). This might break your installation. Please add the following snippet to your config .env to ensure the right db is used:
```
COMPOSE_FILE="compose.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
```