This PR restores manual docker instructions lost by the PR #266 refactor. Previously in index.md and now in, ManualDocker.md. The updates provide detailed guidance for various configurations, including persistent storage, GPU support, and security considerations.
Changes include:
Persistent Data Storage: Added instructions to ensure data is preserved across Docker sessions using volume mappings.
Port Mapping and GPU Support: Expanded setup examples for local access and Nvidia GPU compatibility.
User Roles and Privacy: Included essential notes on user roles, data security, and instructions for single-user mode.
Connection to Ollama Server: Added configuration example for setups requiring connection to an external Ollama server.
This PR ensures ManualDocker.md accurately reflects the intended setup instructions for users preferring manual Docker deployment.
This PR restores manual docker instructions lost by the PR #266 refactor. Previously in
index.md
and now in,ManualDocker.md
. The updates provide detailed guidance for various configurations, including persistent storage, GPU support, and security considerations.Changes include:
This PR ensures
ManualDocker.md
accurately reflects the intended setup instructions for users preferring manual Docker deployment.