Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Jan 15, 2024
1 parent c435141 commit c63d983
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 @@ -9,7 +9,7 @@ services:
environment:
DATABASE_USER: ${POSTGRES_USER:-qrstorage-user}
DATABASE_USER_PASSWORD: ${POSTGRES_PASSWORD:-qrstorage-password}
DATABASE_NAME: ${POSTGRES_DB:-qrstorage_dev}
DATABASE_NAME: ${POSTGRES_DB:-qrstorage-dev}
DATABASE_PORT: 5432
DATABASE_HOST: postgres
DATABASE_SSL: "false"
Expand Down

0 comments on commit c63d983

Please sign in to comment.