diff --git a/docSite/docs/develop/deploy/docker.md b/docSite/docs/develop/deploy/docker.md index e30760c31..001488f59 100644 --- a/docSite/docs/develop/deploy/docker.md +++ b/docSite/docs/develop/deploy/docker.md @@ -251,8 +251,10 @@ fastgpt: - pg restart: always environment: + ...... # root 密码,用户名为: root - DEFAULT_ROOT_PSW=1234 + ...... volumes: - ./config.json:/app/data/config.json ``` diff --git a/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/develop/deploy/docker.md b/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/develop/deploy/docker.md index 05072d046..3b0c11fda 100644 --- a/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/develop/deploy/docker.md +++ b/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/develop/deploy/docker.md @@ -255,8 +255,10 @@ fastgpt: - pg restart: always environment: + ...... # root 密码,用户名为: root - DEFAULT_ROOT_PSW=1234 + ...... volumes: - ./config.json:/app/data/config.json ```