docker-library / postgres

Docker Official Image packaging for Postgres
http://www.postgresql.org
MIT License
2.14k stars 1.11k forks source link

include_dirs env var #1238

Closed arist0v closed 1 month ago

arist0v commented 1 month ago

since it is usefull to be able to edit the .conf, it would be nice to have a env var for the include dir so we can specify a path to load more custom .conf file,

to achieve this i had to create a new entrypoint script, call the original one, kill postgres, edit the .conf to include my dir then restart it.

tianon commented 1 month ago

See https://github.com/docker-library/postgres/issues/835#issuecomment-857282516

arist0v commented 1 month ago

sorry the search didn'T show anything!!!

tianon commented 1 month ago

Same - turns out include_dirs is a typo; the actual option is include_dir :smile:

arist0v commented 1 month ago

Same - turns out include_dirs is a typo; the actual option is include_dir 😄

with all the AI now they can'T fix this ;-) thank you