Skip to content

Commit

Permalink
fix .env file use in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mattinannt committed Jul 19, 2021
1 parent 3cdc234 commit 57421cc
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 @@ -15,7 +15,7 @@ services:
ports:
- 3000:3000
env_file:
- .env.local
- .env

volumes:
postgres:
Expand Down

0 comments on commit 57421cc

Please sign in to comment.