fix: warn when DATABASE_URL resolves outside DATA_DIR volume #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/db-path-configuration"
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?
Three slashes in sqlite:/// is a relative path that silently bypasses
the /data volume mount, storing the DB inside the container. Added a
startup warning, clarified .env.example, and updated README docs.