helmi03 / docker-postgis

https://index.docker.io/u/helmi03/postgis/
31 stars 40 forks source link

Does not work with mounted data volume #13

Open scott2b opened 9 years ago

scott2b commented 9 years ago

Postgres requires a data directory which is owned by the postgres user and writeable only by that user (700 permissions). The README implies that one can set these permissions as required, but this is not really the case. Permissions from the local filesystem are not really affected on a mounted volume in a container.