You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For build other images with postgres as base it will be very good to see also support in /docker-entrypoint-initdb.d directory *.conf files also.
My idea enable option include_dir = 'conf.d' in postgres.conf file and then place all such user config additions here.
Now I do that manually in Dockerfile using several tricks to do that after initdb and postgres.conf creation and hack it with sed. I can't name it convenient method…
borisnaydis, oshmyrko and natalie-o-perretedrzmr, sademidenko, oshmyrko and natalie-o-perret