Skip to content

Commit

Permalink
Fix: Correct enviroment variable name from DDATABSE_PORT to DATABASE_…
Browse files Browse the repository at this point in the history
…PORT
  • Loading branch information
SverreNystad committed Jan 4, 2024
1 parent ff86f43 commit 502e304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
environment:
- DEBUG=True
- DATABASE_HOST=db
- DDATABSE_PORT=5432
- DATABASE_PORT=5432
- DATABASE_NAME=tutoraidb
- DATABASE_USER=tutoraiuser
- DATABASE_PASSWORD=tutoraipassword
Expand Down

0 comments on commit 502e304

Please sign in to comment.