docs: 为 Docker 安装文档补充 timezone 与 upload_files 目录挂载#117
Open
GoneTone wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
说明
为 Docker 安装文档的 Web 服务补充两项数据卷挂载,使容器配置更完整:
/etc/timezone:/etc/timezone:ro:与 daemon 服务保持一致,确保 Web 容器时区正确(此前仅 daemon 挂载了该文件)。<CHANGE_ME_TO_INSTALL_PATH>/web/public/upload_files:/opt/mcsmanager/web/public/upload_files:持久化upload_files目录,避免容器重建后丢失。编辑市场模板保存后产生的文件会存放于此。改动内容
同时修改了
docker-compose.yml与命令行docker run两种安装方式,并同步了中英文两份文档:docker-install.md(英文版)zh_cn/docker-install.md(简体中文版)