mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Update CHANGELOG.md
This commit is contained in:
parent
3eb72ca865
commit
5087934ba5
1 changed files with 8 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
⚠️ This release includes a breaking change. ⚠️
|
⚠️ This release includes a breaking change. ⚠️
|
||||||
|
|
||||||
Make sure to add `dawarich_storage` volume to your `docker-compose.yml` file. Example:
|
Make sure to add `dawarich_storage` volume and `SELF_HOSTED: "true"` to your `docker-compose.yml` file. Example:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
...
|
...
|
||||||
|
|
@ -21,6 +21,9 @@ Make sure to add `dawarich_storage` volume to your `docker-compose.yml` file. Ex
|
||||||
- dawarich_public:/var/app/public
|
- dawarich_public:/var/app/public
|
||||||
- dawarich_watched:/var/app/tmp/imports/watched
|
- dawarich_watched:/var/app/tmp/imports/watched
|
||||||
+ - dawarich_storage:/var/app/storage
|
+ - dawarich_storage:/var/app/storage
|
||||||
|
...
|
||||||
|
environment:
|
||||||
|
+ SELF_HOSTED: "true"
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
@ -31,6 +34,10 @@ Make sure to add `dawarich_storage` volume to your `docker-compose.yml` file. Ex
|
||||||
- dawarich_public:/var/app/public
|
- dawarich_public:/var/app/public
|
||||||
- dawarich_watched:/var/app/tmp/imports/watched
|
- dawarich_watched:/var/app/tmp/imports/watched
|
||||||
+ - dawarich_storage:/var/app/storage
|
+ - dawarich_storage:/var/app/storage
|
||||||
|
...
|
||||||
|
environment:
|
||||||
|
+ SELF_HOSTED: "true"
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
dawarich_db_data:
|
dawarich_db_data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue