Commit b83ec30
fix/hive-pgsql: Fix Postgres volume mount and healthcheck in Hive DB service
Update volume mount to /var/lib/postgresql to avoid nested data dir issues
introduced in postgres:18-alpine and later (docker-library/postgres#1394),
and use $$POSTGRES_USER env var in healthcheck for consistency.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent adfbd87 commit b83ec30
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments