From 5087934ba5a78da97489617440ea82411acc13d4 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Mon, 7 Apr 2025 21:56:11 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae9433d..2da4e84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ⚠️ 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 ... @@ -21,6 +21,9 @@ Make sure to add `dawarich_storage` volume to your `docker-compose.yml` file. Ex - dawarich_public:/var/app/public - dawarich_watched:/var/app/tmp/imports/watched + - 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_watched:/var/app/tmp/imports/watched + - dawarich_storage:/var/app/storage +... + environment: ++ SELF_HOSTED: "true" + volumes: dawarich_db_data: