docker-mongodump
docker-mongodump copied to clipboard
backup.sh -p parameter is for password, should use --port
mongo --help:
connection options:
-h, --host=
authentication options:
-u, --username=
it seems -p is used for password. the script should use --port
I'd submit a PR but it seems the is little or no activity in this repo (several other PR's are still open).