2 Star 0 Fork 5

2839543 / training-five

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 355 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
2839543 提交于 2015-08-03 19:03 . first version1.0
mysql:
image: csphere/mysql:5.5
ports:
- "3306:3306"
volumes:
- /var/lib/docker/vfs/dir/dataxc:/var/lib/mysql
hostname: mydb.server.com
tomcat:
image: csphere/tomcat:7.0.55
ports:
- "8080:8080"
links:
- mysql:db
environment:
- TOMCAT_USER=admin
- TOMCAT_PASS=admin
hostname: tomcat.server.com
Java
1
https://gitee.com/2839543/training-five.git
git@gitee.com:2839543/training-five.git
2839543
training-five
training-five
master

搜索帮助

14c37bed 8189591 565d56ea 8189591