diff --git a/docker-compose.yml b/docker-compose.yml index 92d640be..9feabc84 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,15 +4,9 @@ services: image: 14790897/auto-read:latest container_name: auto-read environment: # 设置环境变量(不要在.env文件中设置,docker不读取.env) - USERNAMES: "hahaha2,hahaha1,ha1,ha2,DrKBoogieWoogie,lsp,lsb" + USERNAMES: "hahaha2" PASSWORDS: | BfdSGt}F4!5pLHt, - BfdSGt}F4!5pLHt, - iTs9Wx4+3Eavkhk, - W$RhQUVn5E?BBBq, - ]"w%2Qd%M8Z6-SS, - HU5B6Ee]kRB%Qj', - uYE)46Ej8phu$#u WEBSITE: "https://linux.do" #目前支持 "https://meta.discourse.org","https://linux.do","https://meta.appinn.net","https://community.openai.com", ENVIRONMENT: "production" #这个不需要改动 restart: unless-stopped # 容器退出时重启策略 diff --git a/example.png b/example.png index d9ddd337..1802274f 100644 Binary files a/example.png and b/example.png differ