1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 15:19:41 +08:00
1Panel-Appstore/node-exporter/1.9.1/docker-compose.yml
renovate[bot] f48c7b352e chore(deps): update prom/node-exporter docker tag to v1.9.1 (#3594)
* chore(deps): update prom/node-exporter docker tag to v1.9.1

* 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-04-02 14:04:28 +08:00

20 lines
395 B
YAML

services:
node_exporter:
image: prom/node-exporter:v1.9.1
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