github menottim/splintarr v1.3.2
v1.3.2 — Windows Docker Fix

17 hours ago

Bug Fixes

  • Windows Docker crash on startup -- Container crashed in a restart loop with PermissionError: [Errno 13] Permission denied: '/app/logs/all.log'. Windows bind mounts are root-owned inside the container, but the app runs as appuser after gosu privilege drop. Entrypoint now chowns writable directories before dropping privileges.
  • CHOWN capability -- cap_drop: ALL removed CAP_CHOWN, preventing the entrypoint from fixing file ownership. Added CHOWN to cap_add alongside SETUID/SETGID.
  • Dockerfile logs directory -- /app/logs created with correct ownership at build time.
  • Lighter healthcheck -- Switched from httpx (heavy third-party import) to stdlib urllib.request, reducing healthcheck startup time and memory overhead.

Upgrading

docker-compose pull
docker-compose up -d

No database migrations required.

Don't miss a new splintarr release

NewReleases is sending notifications on new releases.