1 Star 0 Fork 1

郑禹/script_exporter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
ricoberger 提交于 2021-10-24 17:40 . Add docker-compose file
version: '3'
services:
script_exporter:
command:
- '-config.file=/bin/examples/config.yaml'
- '-web.listen-address=:9469'
container_name: 'script_exporter'
image: 'ricoberger/script_exporter:v2.4.0'
ports:
- '9469:9469'
volumes:
- './examples:/bin/examples'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhengyu1992_cn/script_exporter.git
[email protected]:zhengyu1992_cn/script_exporter.git
zhengyu1992_cn
script_exporter
script_exporter
master

搜索帮助