Skip to content

OpenCode Manager v0.16.1

Latest

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 31 Jul 18:09

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