Docker: Support for setting cron schedule, PUID, GUID and time zone via env vars.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 33s

This commit is contained in:
2026-04-26 22:43:51 +02:00
parent c70334e65e
commit ad365339b0
4 changed files with 77 additions and 24 deletions

View File

@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## 2026-04-26
### Fixed
- Setting cron schedule for docker image via environment variable works now
- Setting time zone for docker image via environment variable works now
### Added
- Docker image now supports setting PUID and GUID
## 2025-11-28
### Fixed