Docmost

Docmost

Official

Docker app from ZappyZap's Repository

Overview

Open-source collaborative wiki and documentation software Create, collaborate, and share knowledge seamlessly with Docmost. Ideal for managing your wiki, knowledge-base, documentation and a lot more. Require before deploying: - Postgres - redis

Docmost

Open-source collaborative wiki and documentation software.
Website | Documentation | Twitter / X


Getting started

To get started with Docmost, please refer to our documentation or try our cloud version .

Features

  • Real-time collaboration
  • Diagrams (Draw.io, Excalidraw and Mermaid)
  • Spaces
  • Permissions management
  • Groups
  • Comments
  • Page history
  • Search
  • File attachments
  • Embeds (Airtable, Loom, Miro and more)
  • Translations (10+ languages)

Screenshots

home editor

License

Docmost core is licensed under the open-source AGPL 3.0 license.
Enterprise features are available under an enterprise license (Enterprise Edition).

All files in the following directories are licensed under the Docmost Enterprise license defined in packages/ee/License.

  • apps/server/src/ee
  • apps/client/src/ee
  • packages/ee

Contributing

See the development documentation

Thanks

Special thanks to;

Crowdin

Crowdin for providing access to their localization platform.

Algolia-mark-square-white

Algolia for providing full-text search to the docs.

Install Docmost on Unraid in a few clicks.

Find Docmost in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Docmost Review the template variables and paths Click Install

Download Statistics

3,790,789
Total Downloads
319,623
This Month
300,817
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
docmost/docmost:latest
Last Updated2026-06-27
First Seen2024-07-21

Runtime arguments

Web UI
https://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false
Extra Params
--restart=unless-stopped

Template configuration

StoragePathrw
Target
/app/data/storage
Value
/mnt/apps/appdata/docmost/data
Application URLVariable

The base URL of your application. It is optional, but useful for correct email links.

Target
APP_URL
Application SecretVariable

A random key used for application security.

Target
APP_SECRET
Value
REPLACE_WITH_LONG_SECRET
Database URLVariable

The connection URL for your PostgreSQL database. Exemple : postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public

Target
DATABASE_URL
Redis URLVariable

The connection URL for your Redis server. exemple : redis://127.0.0.1:6379

Target
REDIS_URL
WebUIPorttcp

The port on which the application will run.

Target
3000
Default
3000
Value
3000