Skip to content

Commit edcecd2

Browse files
author
rakeshrathi
committed
docker file added
1 parent 2f354ec commit edcecd2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docker-compose.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: '3'
2+
services:
3+
mongodb:
4+
image: mongo
5+
ports:
6+
- "27017:27017"
7+
volumes:
8+
- "mongodata:/data/db"
9+
networks:
10+
- network1
11+
12+
volumes:
13+
mongodata:
14+
15+
networks:
16+
network1:

0 commit comments

Comments
 (0)