Commit 73e36c09 authored by Your Name's avatar Your Name

update sender

parent 7e7bc53a
...@@ -35,7 +35,7 @@ services: ...@@ -35,7 +35,7 @@ services:
image: google/cadvisor:latest image: google/cadvisor:latest
container_name: cadvisor-sender container_name: cadvisor-sender
ports: ports:
- "8081:8080" - "8080:8080"
volumes: volumes:
- /:/rootfs:ro - /:/rootfs:ro
- /var/run:/var/run:rw - /var/run:/var/run:rw
...@@ -56,4 +56,4 @@ services: ...@@ -56,4 +56,4 @@ services:
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro - ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro
- ./sender/prometheus:/prometheus - ./sender/prometheus:/prometheus
depends_on: depends_on:
- cadvisor - cadvisor-sender
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment