MongoDB-Docker – How to insert item into mongo-express
I'm trying a simple docker-compose with mongo and mongo-express and trying to insert a document using Python script. The item is successfully added to mongodb, but does not show in mongo-express. Please help me. compose.yaml version: '3.0' services: mongodb: image:…