Skip to content

Commit

Permalink
fix: docker-compose.yml命令错误
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Aug 7, 2024
1 parent 2d8a099 commit 2b4d73d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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 2b4d73d

Please sign in to comment.