Skip to content

Commit

Permalink
fix: typo on var
Browse files Browse the repository at this point in the history
  • Loading branch information
asnunes committed Jan 15, 2024
1 parent 3ebe1cf commit da6006f
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 @@ -20,7 +20,7 @@ services:
network_mode: host
environment:
- DATABASE__HOST=${POSTGRES_HOST}
- DATABASE__PORT=${POSTGRES_HOST}
- DATABASE__PORT=${POSTGRES_PORT}
- DATABASE__USERNAME=${POSTGRES_USER}
- DATABASE__PASSWORD=${POSTGRES_PASSWORD}
- DATABASE__NAME=${POSTGRES_DB}
Expand Down

0 comments on commit da6006f

Please sign in to comment.