Painted-Fox / docker-postgresql

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

Allow configuration folder to be mounted from host #6

Closed pengux closed 10 years ago

pengux commented 10 years ago

Currently there is no way to change postgresql configuration without rebuilding the image. A suggestion is to mount a folder from host to be used as configuration folder for postgresql in the container.

jonmorehouse commented 10 years ago

Solid idea, though I honestly think its overkill for this image. I think configuration via environment hosts is easiest and I don't really think rebuilding the image is a huge issue for now. I'm working on #4 so maybe some of the settings there will make this feature more relevant

Painted-Fox commented 10 years ago

This should now be addressed.