Skip to content
Snippets Groups Projects
Commit fe79711b authored by William Bell's avatar William Bell
Browse files

Adding file

parent a641b576
No related branches found
No related tags found
No related merge requests found
# Adapted from https://hub.docker.com/_/mongo
# Exposes the MongoDB server to the localhost.
services:
mongo:
container_name: mongodb
image: mongo
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
ports:
- "27017:27017"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment