Skip to content

Commit

Permalink
fix: docker读取.env.local变量
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Sep 20, 2024
1 parent ee11486 commit c5a61bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-like-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ services:
container_name: auto-like-user
env_file:
- ./.env
- ./.env.local
restart: unless-stopped # 容器退出时重启策略
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ services:
container_name: auto-read
env_file:
- ./.env
- ./.env.local
restart: unless-stopped # 容器退出时重启策略

0 comments on commit c5a61bf

Please sign in to comment.