Skip to content

Commit 6368016

Browse files
jdhoffaCopilot
andauthored
Update docker-compose.yml
Co-authored-by: Copilot <[email protected]>
1 parent 60146cd commit 6368016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
build:
6767
context: ./query_runner
6868
environment:
69-
- DATABASE_URL=postgres://lucidata:password@postgres:5432/lucidata
69+
- DATABASE_URL=postgres://lucidata:password@db:5432/lucidata
7070
- API_URL=http://api:8000
7171
depends_on:
7272
db:

0 commit comments

Comments
 (0)