1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 03:19:39 +08:00
1Panel-Appstore/node-exporter/1.9.0/docker-compose.yml
renovate[bot] 14a114862e chore(deps): update prom/node-exporter docker tag to v1.9.0 (#3238)
* chore(deps): update prom/node-exporter docker tag to v1.9.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-02-19 10:41:39 +08:00

20 lines
395 B
YAML

services:
node_exporter:
image: prom/node-exporter:v1.9.0
container_name: ${CONTAINER_NAME}
restart: unless-stopped
command:
- '--path.rootfs=/host'
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9100
pid: host
volumes:
- '/:/host:ro,rslave'
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true