Skip to content

Commit

Permalink
Comment out env_file as it does not exist by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jan 10, 2024
1 parent c4f9a6d commit 4da9acf
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 @@ -8,7 +8,7 @@ services:
environment:
- PORT=3000
- REDIS_URL=redis://redis:6379/3
env_file: .dockerenv
# env_file: .dockerenv
ports:
- "3000:3000"
networks:
Expand Down

0 comments on commit 4da9acf

Please sign in to comment.