From 594520df0306d6c9ad6df7ca7f0019cdbc557fb4 Mon Sep 17 00:00:00 2001 From: ileko Date: Sun, 7 May 2023 18:10:33 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ffe57ca..2e929d63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the style of the interstitial for the subscription - Improved the language localization for German (`de`) +### Fixed + +- Fixed an issue while starting services by adding `depends_on` and `healthcheck` for _Postgres_ and _Redis_ services to the `docker-compose` files (`docker-compose.yml` and `docker-compose.build.yml`) + ## 1.266.0 - 2023-05-06 ### Added