Skip to content

Instantly share code, notes, and snippets.

@from-unknown
Created June 17, 2020 10:44
Show Gist options
  • Save from-unknown/ed4f48112377156cb857831153e93342 to your computer and use it in GitHub Desktop.
Save from-unknown/ed4f48112377156cb857831153e93342 to your computer and use it in GitHub Desktop.
mongorestore by docker-compose
#!/bin/bash
docker-compose exec mongo mongorestore --drop --gzip --archive=FILE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment