diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2a8a0..e3cd3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.17.44 2023-11-17 + + ### Added + - Freescout 1.8.109 + + ## 1.17.43 2023-11-07 ### Added diff --git a/Dockerfile b/Dockerfile index f6ace77..f643c05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)" ARG FREESCOUT_VERSION -ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.108"} \ +ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.109"} \ FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \ NGINX_WEBROOT=/www/html \ NGINX_SITE_ENABLED=freescout \ diff --git a/README.md b/README.md index baa411c..7297b60 100644 --- a/README.md +++ b/README.md @@ -163,17 +163,17 @@ docker exec -it (whatever your container name is) bash 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. ### Usage - The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image. -- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support +- [Sponsor me](https://tiredofit.ca/sponsor) for personalized support ### Bugfixes - 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. ### Feature Requests - Feel free to submit a feature request, however there is no guarantee that it will be added, or at what timeline. -- Consider [sponsoring me](https://github.com/sponsors/tiredofit) regarding development of features. +- [Sponsor me](https://tiredofit.ca/sponsor) regarding development of features. ### Updates - Best effort to track upstream changes, More priority if I am actively using the image in a production environment. -- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for up to date releases. +- [Sponsor me](https://tiredofit.ca/sponsor) for up to date releases. ## License MIT. See [LICENSE](LICENSE) for more details. diff --git a/examples/docker-compose-no-proxy.yml b/examples/docker-compose-no-proxy.yml index ccea540..f7d8a91 100644 --- a/examples/docker-compose-no-proxy.yml +++ b/examples/docker-compose-no-proxy.yml @@ -60,8 +60,8 @@ services: - DB_NAME=freescout - DB_USER=freescout - DB_PASS=freescout - - DB_DUMP_FREQ=1440 - - DB_DUMP_BEGIN=0000 + - DB01_BACKUP_INTERVAL=1440 + - DB01_BACKUP_BEGIN=0000 - DB_CLEANUP_TIME=8640 - COMPRESSION=BZ - MD5=TRUE diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml index 5de3dc5..38526bb 100644 --- a/examples/docker-compose.yml +++ b/examples/docker-compose.yml @@ -69,8 +69,8 @@ services: - DB_NAME=freescout - DB_USER=freescout - DB_PASS=freescout - - DB_DUMP_FREQ=1440 - - DB_DUMP_BEGIN=0000 + - DB01_BACKUP_INTERVAL=1440 + - DB01_BACKUP_BEGIN=0000 - DB_CLEANUP_TIME=8640 - COMPRESSION=BZ - MD5=TRUE