Can't run a bash script from docker-compose command in mongodb container
Im trying to run a bash script in a mongo db container on start up, so i have a script file and i put the location of the script file in the command argument of my docker-compose, like so: mongo1:…