Skip to content

Commit b83b09c

Browse files
committed
1 parent 2b4d73d commit b83b09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: auto-read
66
environment: # 设置环境变量(不要在.env文件中设置,docker不读取.env)
77
USERNAMES: "hahaha2"
8-
PASSWORDS: "BfdSGt}F4!5pLHt",
8+
PASSWORDS: "BfdSGt}F4!5pLHt"
99
WEBSITE: "https://linux.do" #目前支持 "https://meta.discourse.org","https://linux.do","https://meta.appinn.net","https://community.openai.com",
1010
ENVIRONMENT: "production" #这个不需要改动
1111
restart: unless-stopped # 容器退出时重启策略

0 commit comments

Comments
 (0)