We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226361b commit b3c17c3Copy full SHA for b3c17c3
docker-compose/docker-compose.yaml
@@ -676,7 +676,7 @@ services:
676
- sourcegraph
677
restart: always
678
environment:
679
- - 'DATA_SOURCE_NAME=postgres://postgres:@codeinsights-db:5432/postgres?sslmode=disable'
+ - 'DATA_SOURCE_NAME=postgres://postgres:password@codeinsights-db:5432/?sslmode=disable'
680
- 'PG_EXPORTER_EXTEND_QUERY_PATH=/config/code_insights_queries.yaml'
681
682
# Description: MinIO for storing LSIF uploads.
0 commit comments