docker-postgresql
docker-postgresql copied to clipboard
Execute custom .sql file on startup
Hello. Official postgres image allow to execute custom .sql file with putting it under /docker-entrypoint-initdb.d directory. Is it possible with your image? Or any other way to initialize database? This is very useful behaviour.
See #90