github Aandree5/picard-web v2.0.0

latest releases: v2.0, v2
8 hours ago

2.0.0 (2026-09-11)

⚠ BREAKING CHANGES

  • Picard Web now runs as the fixed non-root user gwb (1000:1000) instead of an arbitrary user. Mounted config/music directories must already be writable by that uid, or the container must be started with a matching user.

If you're upgrading, do one of the following:

  • chown the mounted folders to 1000:1000, or
  • Set PUID/PGID in your .env file to the uid/gid that already owns the folders (if not already set), then add user: "${PUID}:${PGID}" to your compose file:
services:
  picard-web:
    image: aandree5/picard-web:${PICARD_TAG}
    user: "${PUID}:${PGID}"
    ...

Features

Don't miss a new picard-web release

NewReleases is sending notifications on new releases.