Skip to content

Commit

Permalink
ci(launch-all): minor OCD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 23, 2023
1 parent 0202873 commit ec0f115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/docker/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ services:
cpus: '0.5'

process-exporter:
image: ncabatoff/process-exporter
command: --procfs /host/proc -config.path /config/process-exporter.yaml
ports:
- "9256:9256"
privileged: true
volumes:
- /proc:/host/proc
- "./config:/config"
image: ncabatoff/process-exporter
command: --procfs /host/proc -config.path /config/process-exporter.yaml
deploy:
resources:
limits:
Expand Down

0 comments on commit ec0f115

Please sign in to comment.