Commit ebea36c
committed
fix: use PostgreSQL 18+ compatible volume mount path
PostgreSQL 18 changed data directory structure to use versioned
subdirectories. Mount at /var/lib/postgresql instead of
/var/lib/postgresql/data to support all versions 14-18.
See: docker-library/postgres#12591 parent 3a5318d commit ebea36c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments