Skip to content

Commit 12cf281

Browse files
fix(druid): fixes docker setup for postgres in druid integration tests (#15090)
1 parent 81310f7 commit 12cf281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/tests/integration/druid/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
ports:
3636
- "5432:5432"
3737
volumes:
38-
- metadata_data:/var/lib/postgresql/data
38+
- metadata_data:/var/lib/postgresql
3939
environment:
4040
- POSTGRES_PASSWORD=FoolishPassword
4141
- POSTGRES_USER=druid

0 commit comments

Comments
 (0)