Docs / Self-Hosted Applications / Docmost Wiki and Documentation

Docmost Wiki and Documentation

By Admin · Mar 15, 2026 · Updated Apr 23, 2026 · 330 views · 1 min read

What is Docmost?

Docmost is an open-source documentation and wiki platform with a clean editor, real-time collaboration, and organized workspaces. It provides a Notion-like experience for team documentation.

Installation

docker run -d --name docmost \
    -p 3000:3000 \
    -e DATABASE_URL="postgresql://user:pass@host:5432/docmost" \
    -e APP_SECRET="your-secret-key" \
    -e APP_URL="https://docs.example.com" \
    --restart unless-stopped \
    docmost/docmost:latest

Features

  • Block-based editor (headings, tables, code, embeds)
  • Real-time collaborative editing
  • Organized workspaces and pages
  • Full-text search across all content
  • Permission management per workspace
  • Comment threads on pages
  • Export to PDF and Markdown

Was this article helpful?