Open-source-sharing / REST-doc

RESTdoc Project is a document software that improves research and development efficiency. It integrates testing and document generation. It can quickly import the application's Http API or RPC API to quickly generate documents.
Apache License 2.0
1 stars 2 forks source link

mongodb4.2.0bug #14

Closed Maple-mxf closed 4 years ago

Maple-mxf commented 4 years ago

docker-compose.yml内容如下,只有版本调整成4.0.10才会初始化用户密码

`version: '3.7' services: redis: image: 'redis:4-alpine' command: redis-server --requirepass overman@@2020 --bind 0.0.0.0 ports: