Skip to content

Commit

Permalink
fix: docker 环境变量配置
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Apr 17, 2024
1 parent effbaa1 commit b651584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cron-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
cronautoread:
image: 14790897/cron-auto-read:latest
container_name: cron-auto-read
# environment: # 设置环境变量(这里设置后不需要在.env文件中设置)
# USERNAMES: "用户名"
# PASSWORDS: "密码"
environment: # 设置环境变量(这里设置后不需要在.env文件中设置)
USERNAMES: hahaha2,hahaha1,ha1,ha2,DrKBoogieWoogie,lsp,lsb
PASSWORDS: BfdSGt}F4!5pLHt,BfdSGt}F4!5pLHt,iTs9Wx4+3Eavkhk,W$RhQUVn5E?BBBq,]"w%2Qd%M8Z6-SS,HU5B6Ee]kRB%Qj',uYE)46Ej8phu$#u
restart: unless-stopped # 容器退出时重启策略

0 comments on commit b651584

Please sign in to comment.