Painted-Fox / docker-postgresql

A dockerfile that produces a docker image that runs postgresql.
MIT License
72 stars 57 forks source link

Retain ownership and permissions when copying postgres data at first run #37

Open hacklschorsch opened 9 years ago

hacklschorsch commented 9 years ago

I ran into a problem where Postgres complained about incorrect permissions. This fixed it, and generally is a good idea here IMHO.