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

Added port definitions.

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