Commit 0a6717f3 authored by macro's avatar macro
Browse files

Update docker-compose-env.yml

parent 076bd094
...@@ -82,7 +82,7 @@ services: ...@@ -82,7 +82,7 @@ services:
image: mongo:4 image: mongo:4
container_name: mongo container_name: mongo
volumes: volumes:
- /mydata/mongo/db:/data/db #数据文件挂载 - /mydata/mongo/db:/data/db #数据文件目录挂载
ports: ports:
- 27017:27017 - 27017:27017
minio: minio:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment