This commit is contained in:
archer
2023-08-18 10:45:48 +08:00
parent b8d339fe66
commit 4054eb9d18
2 changed files with 4 additions and 0 deletions

View File

@@ -251,8 +251,10 @@ fastgpt:
- pg - pg
restart: always restart: always
environment: environment:
......
# root 密码,用户名为: root # root 密码,用户名为: root
- DEFAULT_ROOT_PSW=1234 - DEFAULT_ROOT_PSW=1234
......
volumes: volumes:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
``` ```

View File

@@ -255,8 +255,10 @@ fastgpt:
- pg - pg
restart: always restart: always
environment: environment:
......
# root 密码,用户名为: root # root 密码,用户名为: root
- DEFAULT_ROOT_PSW=1234 - DEFAULT_ROOT_PSW=1234
......
volumes: volumes:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
``` ```