add src Mar 24, 2020 README fastdfs-exporter Dashboard docker运行 sudo docker run -it --rm \ -p 9018:9018 \ -e TRACKER_SERVER="192.168.10.81:22122;192.168.10.82:22122" \ whithen/fastdfs-exporter:v6.06 curl localhost:9018/metrics
#fastdfs-exporter FROM alpine as git RUN apk add git \ && cd /srv && git clone https://github.com/happyfish100/libfastcommon.git \ && cd libfastcommon; git checkout V1.0.43 \ && cd /srv && git clone https://github.com/happyfish100/fastdfs.git \ && cd fastdfs; git checkout...
whithen / fastdfs-exporter Public Notifications Fork 9 Star 13 Code Issues 1 Pull requests Discussions Actions Projects Security Insights Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
13 changes: 13 additions & 0 deletions 13 fastdfs-docker/readme.md Original file line numberDiff line numberDiff line change @@ -19,3 +19,16 @@ docker-compose up > root@964e69f7deb0:/opt# curl localhost:9018/metrics 多网卡主机建议使用hostnetwork ### 参数说明 - SERVICE: [必选] tr...