First version
This commit is contained in:
@@ -32,6 +32,7 @@ services:
|
|||||||
cadvisor:
|
cadvisor:
|
||||||
image: gcr.io/cadvisor/cadvisor:latest
|
image: gcr.io/cadvisor/cadvisor:latest
|
||||||
container_name: cadvisor
|
container_name: cadvisor
|
||||||
|
user: '0'
|
||||||
ports:
|
ports:
|
||||||
- "8180:8080"
|
- "8180:8080"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -44,6 +45,7 @@ services:
|
|||||||
blackbox_exporter:
|
blackbox_exporter:
|
||||||
image: prom/blackbox-exporter
|
image: prom/blackbox-exporter
|
||||||
container_name: blackbox_exporter
|
container_name: blackbox_exporter
|
||||||
|
user: '0'
|
||||||
ports:
|
ports:
|
||||||
- "9115:9115"
|
- "9115:9115"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user