1 Star 1 Fork 2

Ekber/haipproxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
h404bi 提交于 2018-07-21 09:49 . dockerfile improvement
version: "2.0"
services:
redis:
image: redis:alpine
ports:
- "6379:6379"
command: >
--requirepass 123456
splash:
image: scrapinghub/splash
ports:
- "8050:8050"
haipproxy:
build: .
command: sh run.sh
volumes:
- .:/haipproxy
ports:
- "3128:3128"
links:
- redis
- splash
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ekber/haipproxy.git
git@gitee.com:ekber/haipproxy.git
ekber
haipproxy
haipproxy
master

搜索帮助