You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker-compose): adapt Postgres volume path for Postgres 18+
PostgreSQL 18+ changed its default PGDATA layout from
/var/lib/postgresql/data → /var/lib/postgresql/MAJOR/docker.
This update aligns the docker-compose configuration with
the new convention per docker-library/postgres#1259 to ensure
containers start correctly on Postgres 18+.
References:
- docker-library/postgres#1259
- docker-library/postgres#37
0 commit comments