Skip to content
Snippets Groups Projects
Commit 68746b9b authored by Matt Kirby's avatar Matt Kirby
Browse files

Added friend-mongo

parent f7248a6d
No related branches found
No related tags found
1 merge request!15Add Friend service
...@@ -35,6 +35,11 @@ services: ...@@ -35,6 +35,11 @@ services:
ports: ports:
- "27018:27017" - "27018:27017"
friend-mongo:
image: mongo
container_name: friend-mongo
ports:
- "27019: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