3e23d9541b
Starting with PostgreSQL 18, the data directory (PGDATA) of the Docker Image has changed to be version specific. For PostgreSQL 18 it is /var/lib/postgresql/18/docker/. This means that to persist data, mounts and volumes should target the new location: /var/lib/postgresql/. Fixes DioCrafts/OxiCloud#281