Skip to content

Commit

Permalink
Use .env files instead of the broken name
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed May 9, 2024
1 parent b6fe5cf commit cd6cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
context: ./docker/pg
dockerfile: Dockerfile
env_file:
- docker-compose.env
- .env
volumes:
- postgres_volume:/var/lib/postgresql/data
ports:
Expand Down

0 comments on commit cd6cbaf

Please sign in to comment.