1 Star 0 Fork 140

skandgjxa/newbee-mall-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
newbee-mall-plus:
image: ibm-semeru-runtimes:open-17-jdk
container_name: newbee-mall-plus
volumes:
- /etc/localtime:/etc/localtime
- /opt/newbeeplus/logs:/home/logs/newbee-mall-plus
- /opt/newbeeplus/upload:/opt/newbee-mall-plus/upload
- ./jars/newbee-mall-plus.jar:/home/app/newbee-mall-plus.jar
restart: always
command: java -Xms512m -Xmx512m -Duser.timezone=GMT+8 -Dfile.encoding=utf-8 -jar /home/app/newbee-mall-plus.jar --server.port=28079
network_mode: "host"
environment:
- TZ=Asia/Shanghai
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kun.shi/newbee-mall-plus.git
git@gitee.com:kun.shi/newbee-mall-plus.git
kun.shi
newbee-mall-plus
newbee-mall-plus
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385