2 Star 5 Fork 3

武松 / simplepro_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
武松 提交于 2021-10-30 22:13 . 新增一些例子
version: '3.1'
services:
simplepro_demo_online:
restart: always
# build: # 构建自定义镜像
# context: ./ # 指定Dockerfile文件所在路径
# dockerfile: Dockerfile # 指定Dockerfile文件名称
image: newpanjing/simplepro_demo:latest
container_name: simplepro_demo_online
volumes:
# - ./temp/data:/work/
- ./temp/user/:/root/
ports:
- "8080:8080"
Python
1
https://gitee.com/tompeppa/simplepro_demo.git
git@gitee.com:tompeppa/simplepro_demo.git
tompeppa
simplepro_demo
simplepro_demo
master

搜索帮助