mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update changelog
This commit is contained in:
parent
d3ea150130
commit
18ebf0a088
2 changed files with 9 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
0.8.3
|
||||
0.8.5
|
||||
|
|
|
|||
|
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [0.8.4] — 2024-07-08
|
||||
|
||||
### Fixed
|
||||
|
||||
- Set `'localhost'` string as a default value for `APPLICATION_HOSTS` environment variable in the `docker-compose.yml` file instead of an array. This is necessary to prevent errors when starting the application.
|
||||
|
||||
---
|
||||
|
||||
## [0.8.4] — 2024-07-08
|
||||
|
||||
### Added
|
||||
|
||||
- Support for multiple hosts. Now you can specify the host of the application by setting the `APPLICATION_HOSTS` (note plural form) environment variable in the `docker-compose.yml` file. Example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue