MrDoc Deployment Guide
Quick Start
Docker Deployment
Docker Image Deployment
Docker Compose Deployment
Configure Guide
Configuration File Guide
Customizing uWSGI Configuration
Data Security
Site Data Backup / Site Migration
Data Export and Import
Open Source Edition → Professional Edition Data Migration
Troubleshooting
Server Requirements & Deployment Recommendations
Published with MrDoc Pro
-
+
home
Docker Compose Deployment
Docker Compose is a tool used to define, orchestrate, and run multi-container Docker applications. With Compose, you configure all the services your application needs in a YAML file, and with a single command, you can create and start all the services defined in that file. Even if you don’t need to orchestrate multiple containers, using Docker Compose can significantly improve container management efficiency. MrDoc provides a default `docker-compose.yml` file. If you have custom orchestration requirements, you can create a `docker-compose.override.yml` file in the same directory and add your custom configurations there. --- ## Deployment Dependencies: * Git * Docker * Docker Compose Please ensure these tools are installed on your system before proceeding. ### Fresh Deployment If MrDoc’s project code is not yet present on your device, open a terminal and run the following command to clone the repository and deploy using Docker Compose: ```bash git clone https://gitee.com/zmister/mrdoc-install.git && cd mrdoc-install && chmod +x docker-install.sh && ./docker-install.sh ``` ### Deployment with Existing Code If the MrDoc project code is already on your device, navigate to the project directory and run: ```bash docker-compose up -d ``` to deploy the containers using Docker Compose. --- ## Update To update MrDoc, simply run the `docker-update.sh` script inside the MrDoc project directory.
mrdoc
Nov. 18, 2025, 10:21 a.m.
Forward
Favorites
Last
Next
Scan the QR Code
Copy link
Scan the QR code to share.
Copy link
Markdown file
Word document
PDF document
PDF document (print)
share
link
type
password
Update password
Validity period