You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix media directory permission denied on bind mounts
The container runs as the non-root "chronicle" user, but when /app/data
is a bind mount the host directory ownership (root:root) takes precedence
over the Dockerfile's chown. Add a docker-entrypoint.sh that runs as root
to fix ownership of /app/data, then drops to the chronicle user via
su-exec before starting the server.
https://claude.ai/code/session_0153nX7vQSjEFPpZTgZdDmu5
0 commit comments