Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Create MongoDB services #1

Open
hustlahusky opened this issue Nov 16, 2018 · 0 comments
Open

Create MongoDB services #1

hustlahusky opened this issue Nov 16, 2018 · 0 comments

Comments

@hustlahusky
Copy link
Contributor

Create MongoDB service with Web UI just like MySQL. Example mongo service for docker-compose:

services:
  mongo:
    image: mongo:3.6-jessie
    user: mongodb
    volumes:
      - mongodb:/data/db
    ports:
      - '27017'

volumes:
  mongodb:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant