Actions
Activity #704
openStarting Mongodb container on 192.168.10.92
Start date:
02/28/2025
Due date:
% Done:
100%
Estimated time:
End Date:
02/28/2025
Description
tried to solve the error but unable to fix it so stopeed the errored conatiner and started new with below details
docker run -d \
--name rubiscape_mongodb2 \
-p 27017:27017 \
-v mongodb_data:/data/db \
-e MONGO_INITDB_ROOT_USERNAME=admin \
-e MONGO_INITDB_ROOT_PASSWORD=password \
mongo:latest --auth
No data to display
Actions