公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
加入docker-componse
wuxw7
2018-11-28
23de90906c65854c9d9d7ef5ac76d7293e35c305
[Lianxun_Java.git]
/
StoreService
/
docker
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
version: '2'
services:
storeSerivce-1:
container_name: storeSerivce-1
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- ../target/StoreService.jar:/root/target/StoreService.jar