Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
docker-compose-jrebel.yml 584 Bytes
Copy Edit Raw Blame History
zhengqingya authored 2020-05-05 19:55 . 【init】初始化
version: '3'
services:
jrebel:
image: registry.cn-hangzhou.aliyuncs.com/zhengqing/jrebel # 原镜像`ilanyu/golang-reverseproxy`
container_name: jrebel # 容器名为'jrebel'
restart: always # 指定容器退出后的重启策略为始终重启
environment: # 设置环境变量,相当于docker run命令中的-e
TZ: Asia/Shanghai
LANG: en_US.UTF-8
ports: # 映射端口
- "8888:8888"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化