Skip to content

Commit 022ecea

Browse files
committed
Release 1.17.44 - See CHANGELOG.md
1 parent a1f339e commit 022ecea

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.17.44 2023-11-17 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Freescout 1.8.109
5+
6+
17
## 1.17.43 2023-11-07 <dave at tiredofit dot ca>
28

39
### Added

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG FREESCOUT_VERSION
88

9-
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.108"} \
9+
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.109"} \
1010
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
1111
NGINX_WEBROOT=/www/html \
1212
NGINX_SITE_ENABLED=freescout \

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,17 @@ docker exec -it (whatever your container name is) bash
163163
These images were built to serve a specific need in a production environment and gradually have had more functionality added based on requests from the community.
164164
### Usage
165165
- The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image.
166-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support
166+
- [Sponsor me](https://tiredofit.ca/sponsor) for personalized support
167167
### Bugfixes
168168
- Please, submit a [Bug Report](issues/new) if something isn't working as expected. I'll do my best to issue a fix in short order.
169169

170170
### Feature Requests
171171
- Feel free to submit a feature request, however there is no guarantee that it will be added, or at what timeline.
172-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) regarding development of features.
172+
- [Sponsor me](https://tiredofit.ca/sponsor) regarding development of features.
173173

174174
### Updates
175175
- Best effort to track upstream changes, More priority if I am actively using the image in a production environment.
176-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for up to date releases.
176+
- [Sponsor me](https://tiredofit.ca/sponsor) for up to date releases.
177177

178178
## License
179179
MIT. See [LICENSE](LICENSE) for more details.

Diff for: examples/docker-compose-no-proxy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ services:
6060
- DB_NAME=freescout
6161
- DB_USER=freescout
6262
- DB_PASS=freescout
63-
- DB_DUMP_FREQ=1440
64-
- DB_DUMP_BEGIN=0000
63+
- DB01_BACKUP_INTERVAL=1440
64+
- DB01_BACKUP_BEGIN=0000
6565
- DB_CLEANUP_TIME=8640
6666
- COMPRESSION=BZ
6767
- MD5=TRUE

Diff for: examples/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ services:
6969
- DB_NAME=freescout
7070
- DB_USER=freescout
7171
- DB_PASS=freescout
72-
- DB_DUMP_FREQ=1440
73-
- DB_DUMP_BEGIN=0000
72+
- DB01_BACKUP_INTERVAL=1440
73+
- DB01_BACKUP_BEGIN=0000
7474
- DB_CLEANUP_TIME=8640
7575
- COMPRESSION=BZ
7676
- MD5=TRUE

0 commit comments

Comments
 (0)