Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,5 +2,6 @@ FROM mongo:4.4.18
|
|
2 |
|
3 |
ENV MONGO_INITDB_ROOT_USERNAME=root
|
4 |
ENV MONGO_INITDB_ROOT_PASSWORD=root
|
|
|
5 |
|
6 |
RUN chmod 777 -R /data /var
|
|
|
2 |
|
3 |
ENV MONGO_INITDB_ROOT_USERNAME=root
|
4 |
ENV MONGO_INITDB_ROOT_PASSWORD=root
|
5 |
+
ENV MONGO_INITDB_DATABASE=test
|
6 |
|
7 |
RUN chmod 777 -R /data /var
|