Relative Content

Tag Archive for mongodbdockerdocker-compose

.js script inside docker-entrypoint-initdb.d doesn’t work

I’m using docker compose to run mongo container and create a user with js script inside docker-entrypoint-initdb.d but when I run “docker compose up mongo ” command, the container is up but the user inside js script didn’t create. As far as I know, all of the script inside docker-entrypoint-initdb.d is supposed to be created on container up.