mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update CHANGELOG.md
This commit is contained in:
parent
9106328224
commit
0033dd4987
1 changed files with 5 additions and 3 deletions
|
|
@ -36,6 +36,8 @@ To mount a custom `postgresql.conf` file, you need to create a `postgresql.conf`
|
|||
|
||||
To ensure your database is using custom config, you can connect to the container (`docker exec -it dawarich_db psql -U postgres`) and run `SHOW config_file;` command. It should return the following path: `/etc/postgresql/postgresql.conf`.
|
||||
|
||||
An example of a custom `postgresql.conf` file is provided in the `postgresql.conf.example` file.
|
||||
|
||||
### Added
|
||||
|
||||
- A button on a year stats card to update stats for the whole year. #466
|
||||
|
|
|
|||
Loading…
Reference in a new issue