Skip to content

Commit

Permalink
build(project): fix incorrect database variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Sep 5, 2023
1 parent 52fcee0 commit 5537397
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 @@ -63,7 +63,7 @@ services:
environment:
DB_HOST: postgres
DB_PORT: ${DB_POSTGRES_PORT}
DB_DATABASE: ${DB_POSTGRES_NAME}
DB_DATABASE: ${DB_SUBQL_NAME}
DB_USER: ${DB_SUBQL_USER}
DB_PASS: ${DB_SUBQL_PASSWORD}
command:
Expand Down

0 comments on commit 5537397

Please sign in to comment.