[PR #555] [MERGED] Modify quick-start instructions for Docker setup #569

Closed
opened 2026-02-16 06:15:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/555
Author: @laipz8200
Created: 11/27/2025
Status: Merged
Merged: 11/27/2025
Merged by: @RiskeyL

Base: mainHead: laipz8200-patch-1


📝 Commits (1)

  • 8c09217 Modify quick-start instructions for Docker setup

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 en/self-host/quick-start/docker-compose.mdx (+6 -1)

📄 Description

Updated the steps for starting Docker containers to include directory ownership adjustment.

From 1.10.1, the Docker container no longer runs as root but as a non-root user (UID/GID 1001). Because of this, any mounted host directories must be writable by that user; otherwise, the service will not function correctly. To avoid permission-related failures, make sure to update the ownership of the required host directories (such as ./volumes/app/storage) before launching the Docker services.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/555 **Author:** [@laipz8200](https://github.com/laipz8200) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@RiskeyL](https://github.com/RiskeyL) **Base:** `main` ← **Head:** `laipz8200-patch-1` --- ### 📝 Commits (1) - [`8c09217`](https://github.com/langgenius/dify-docs/commit/8c092172084b205707963ead135b7f89eacdf561) Modify quick-start instructions for Docker setup ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `en/self-host/quick-start/docker-compose.mdx` (+6 -1) </details> ### 📄 Description Updated the steps for starting Docker containers to include directory ownership adjustment. From [1.10.1](https://github.com/langgenius/dify/releases/tag/1.10.1), the Docker container no longer runs as root but as a non-root user (UID/GID 1001). Because of this, any mounted host directories must be writable by that user; otherwise, the service will not function correctly. To avoid permission-related failures, make sure to update the ownership of the required host directories (such as `./volumes/app/storage`) before launching the Docker services. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:55 -05:00
yindo closed this issue 2026-02-16 06:15:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#569