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 b88cb91 commit db26054Copy full SHA for db26054
compose.yaml
@@ -84,7 +84,7 @@ services:
84
- mssql
85
86
hive-metastore-db:
87
- image: postgres:18.0-alpine
+ image: postgres:18.1-alpine
88
environment:
89
POSTGRES_USER: admin
90
POSTGRES_PASSWORD: admin
@@ -174,7 +174,7 @@ services:
174
- $PWD/docker/trino/jvm.config:/etc/trino/jvm.config:ro
175
176
druid-postgres:
177
178
container_name: druid-postgres
179
180
POSTGRES_PASSWORD: FoolishPassword
0 commit comments