mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-17 17:43:01 +08:00
fix:在docker-compose.yml文件中增加时区设置
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
|||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
environment:
|
environment:
|
||||||
|
TZ: 'Asia/Shanghai'
|
||||||
OPEN_AI_API_KEY: 'YOUR API KEY'
|
OPEN_AI_API_KEY: 'YOUR API KEY'
|
||||||
MODEL: 'gpt-3.5-turbo'
|
MODEL: 'gpt-3.5-turbo'
|
||||||
PROXY: ''
|
PROXY: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user