Skip to content

Commit

Permalink
Bump to 1.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
devzwf committed Aug 5, 2024
1 parent b5aa1cf commit 737bb14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ All major changes to this project will be documented here.
- add link to instructions
- Add support forum

## 2024.08.05

- **Vouchervault**
- Bump to 1.5.x

## 2024.07.29

- **Vouchervault**
Expand Down
6 changes: 4 additions & 2 deletions vouchervault.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Container version="2">
<Name>VoucherVault</Name>
<Repository>l4rm4nd/vouchervault:1.4.x</Repository>
<Repository>l4rm4nd/vouchervault:1.5.x</Repository>
<Registry>https://hub.docker.com/r/l4rm4nd/vouchervault</Registry>
<Network>bridge</Network>
<MyIP/>
Expand Down Expand Up @@ -38,7 +38,9 @@ for more instructions please have a look to : https://github.com/l4rm4nd/Vouche
<Config Name="Web UI" Target="8000" Default="8000" Mode="tcp" Description="Web Ui " Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Localtime" Target="/etc/localtime" Default="/etc/localtime" Mode="ro" Description="" Type="Path" Display="always" Required="true" Mask="false">/etc/localtime</Config>
<Config Name="Database Dir" Target="/opt/app/database" Default="" Mode="rw" Description="Database Directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/vouchervault/db</Config>
<Changes>### 2024.08.04
<Changes> ### 2024.08.05
- Bump to 1.5.x
### 2024.08.04
- Bump to 1.4.x
- removed the `REDIS_HOST` environment variable, as it is deprecated
- add the new env `REDIS_URL` with the value `redis://redis:6379/0`
Expand Down

0 comments on commit 737bb14

Please sign in to comment.