Skip to content

Commit

Permalink
fix: docker-compose.yml命令错误(https://linux.do/t/topic/169209/158
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Aug 7, 2024
1 parent 2b4d73d commit b83b09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: auto-read
environment: # 设置环境变量(不要在.env文件中设置,docker不读取.env)
USERNAMES: "hahaha2"
PASSWORDS: "BfdSGt}F4!5pLHt",
PASSWORDS: "BfdSGt}F4!5pLHt"
WEBSITE: "https://linux.do" #目前支持 "https://meta.discourse.org","https://linux.do","https://meta.appinn.net","https://community.openai.com",
ENVIRONMENT: "production" #这个不需要改动
restart: unless-stopped # 容器退出时重启策略

0 comments on commit b83b09c

Please sign in to comment.