1 Star 1 Fork 1

王刚/test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "3"
services:
test:
image: test:0.0.1
build:
context: /home/wg/idea-project/test/
dockerfile: Dockerfile
container_name: test-wg
restart: always
ports:
- 33333:33333
command:
- sh
- -c
- 'java -jar test-0.0.1-SNAPSHOT.jar'
networks:
default:
external:
name: network-test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/boniu-w/test.git
git@gitee.com:boniu-w/test.git
boniu-w
test
test
master

搜索帮助