I have a data dump file (without .sql extension) of an entire database created from an existing PostgreSQL database using pg_dump command. I want to populate a new PostgreSQL database - to run inside a Docker container - with that dump file while creating and running a Docker container for the first time. The docker container is created from this Docker image and docker compose will be used to run this new PostgreSQL database as service.
docker-entrypoint-initdb.d(hub.docker.com/_/postgres)?