Skip to content
Snippets Groups Projects
Commit 311d865d authored by Konsta's avatar Konsta
Browse files

Added port definitions.

parent 30a6cf73
No related branches found
No related tags found
1 merge request!6Added port definitions.
...@@ -7,6 +7,8 @@ services: ...@@ -7,6 +7,8 @@ services:
mongo: mongo:
image: mongo image: mongo
container_name: mongo-cont container_name: mongo-cont
ports:
- "27017:27017"
volumes: volumes:
- conduit-db:/data/db - conduit-db:/data/db
restart: always restart: always
......
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