lijiacai commited on
Commit
44143e6
·
verified ·
1 Parent(s): 70ab57a

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM mongo:4.4.18
2
+
3
+ ENV MONGO_INITDB_ROOT_USERNAME=root
4
+ ENV MONGO_INITDB_ROOT_PASSWORD=root