Skip to content

Commit

Permalink
fix: Fixed docker-compose using MyFinances.env instead of .env
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Apr 1, 2024
1 parent 543a021 commit da144b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions env/MyFinances.env

This file was deleted.

2 changes: 1 addition & 1 deletion infrastructure/backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
networks:
- myfinances_network
env_file:
- ../../env/MyFinances.env
- ../../.env
nginx:
restart: always
image: nginx:latest
Expand Down

0 comments on commit da144b5

Please sign in to comment.