mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
docker配置
This commit is contained in:
parent
268c7dcdc8
commit
89b630e7fc
9
script/ruoyi_docker/docker-compose.yml
Normal file
9
script/ruoyi_docker/docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
mongo:
|
||||
image: mongo:latest
|
||||
container_name: mongo
|
||||
volumes:
|
||||
- /d/Program Files/docker/path/mall-swarm/mongo/db:/data/db #数据文件挂载
|
||||
ports:
|
||||
- 27017:27017
|
||||
Loading…
Reference in New Issue
Block a user