FROM mongo:4.4.18 ENV MONGO_INITDB_ROOT_USERNAME=root ENV MONGO_INITDB_ROOT_PASSWORD=root ENV MONGO_INITDB_DATABASE=test RUN chmod 777 -R /data /var