You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't like that there is no mentioning of security for this repository. For testing purposes I had started an autopilotpattern/mongodb instance on Joyent Triton and after a couple of days, my database had disappeared ....
{
"_id" : ObjectId("59d5347ed08e60d4ef9f62ec"),
"BitCoin" : "1Jqw2tHBkUAGY32YzettJiDAwe8A9mUzok",
"eMail" : "[email protected]",
"Exchange" : "https://localbitcoins.com",
"Solution" : "Your DataBase is downloaded and backed up on our secured servers. To recover your lost
data: Send 0.2 BTC to our BitCoin Address and Contact us by eMail with your MongoDB server IP
Address and a Proof of Payment. Any eMail without your MongoDB server IP Address and a Proof of
Payment together will be ignored. You are welcome!"
}
I think that it would be wise to add some security information:
create container
go to the container docker exec -it mongodb_1 bash
I don't like that there is no mentioning of security for this repository. For testing purposes I had started an autopilotpattern/mongodb instance on Joyent Triton and after a couple of days, my database had disappeared ....
I think that it would be wise to add some security information:
docker exec -it mongodb_1 bash
mongo
rs.initiate()
use admin
db.createUser({user: "USERNAME",pwd: "PASSWORD",roles: [ { role: "userAdminAnyDatabase", db: "admin" } ]})
Inspiration:
The text was updated successfully, but these errors were encountered: