mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[PR #555] [MERGED] Modify quick-start instructions for Docker setup #569
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:laipz8200-patch-1📝 Commits (1)
8c09217Modify 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.