Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.8'
- services:
- mongo-express:
- image: mongo:latest
- restart: always
- container-name: mognodb
- ports:
- - 27017:27017
- environment:
- ME_CONFIG_MONGODB_ADMINUSERNAME: root
- ME_CONFIG_MONGODB_ADMINPASSWORD: example
- ME_CONFIG_MOGODB_AUTH_DATABASE: "user-list"
- volume:
- - ${PWD}/data:/etc/mongo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement