github chriswritescode-dev/opencode-manager v0.16.1
OpenCode Manager v0.16.1

3 hours ago

What's Changed

Bug fix

  • fix(docker): drop startup /app re-chown — removes the recursive chown -R node:node /app that ran on every container start whenever PUID/PGID differed from the build-time uid. /app is read-only at runtime (all writes go to /workspace, /app/data, and /home/node/.cache, which are still chowned unconditionally), so the extra walk was unnecessary. Cold starts return to seconds and the health check no longer reports unhealthy during the 40s start_period.

Full Changelog: v0.16.0...v0.16.1

Don't miss a new opencode-manager release

NewReleases is sending notifications on new releases.