v1.11.4 — Cron range-with-step fix + IPv4-only default
Fixed
- Cron range-with-step parsing — schedules like
*/3 0-20/3 * * *no longer crash the scheduler withValueError: invalid literal for int(). Affected users running QNAP / advanced cron expressions. - IPv4-only by default — Python preferred IPv6 in containers without IPv6 routing, causing
[Errno 101] Network unreachableon registry/Telegram requests. Docksentry now forces IPv4 by default. SetDOCKSENTRY_IPV6=trueto re-enable IPv6 if your network supports it.
Upgrade
docker pull amayer1983/docksentry:latest
docker compose up -dFixes #4.