fix(docker): persist SQLite data across restarts in compose.yml #16
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/persist-messages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a named volume for /data so auth.db, chat.db, and settings.db survive
container recreation. Without this mount, all messages and users were lost
on every restart/rebuild since the DBs lived in the ephemeral writable layer.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com