preview_data.sql file and try to start the database with following docker-compose service entry:docker-entrypoint-initdb.d folder is being executed. When we use psql postgres://postgres:postgres@localhost -f ./data/preview_data.sql it works flawlessly!docker-entrypoint-initdb.d to work?