chore: change mount path to work with postgres:18#23800
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
tianon-sso
left a comment
There was a problem hiding this comment.
A lot of these examples appear to be running < 18 versions of PostgreSQL (many postgres:16), and this will only work as-is with 18+ 🙈
There are also a few examples here using postgres:latest, so you may appreciate being aware of docker-library/postgres#1294 😬
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
835a66b to
0220ef6
Compare
oops I didn't catch that!
Makes sense. I've updated all our examples to use the |
Description
Changes the mount path for postgres examples to work with
postgres:18Related issues or tickets
PGDATAin 18+ to/var/lib/postgresql/MAJOR/dockerdocker-library/postgres#1259