Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Remove pid: host
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed Nov 17, 2023
1 parent 1913fef commit fdd0662
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ x-node-exporter: &node-exporter-template
image: prom/node-exporter:v1.6.1
restart: on-failure
network_mode: host
pid: host
command:
- --path.rootfs=/host
volumes:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ services:
container_name: node_exporter
restart: on-failure
network_mode: host
pid: host
command:
- --path.rootfs=/host
volumes:
Expand Down

0 comments on commit fdd0662

Please sign in to comment.