We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f92526 commit 4fd3dd2Copy full SHA for 4fd3dd2
docker-compose.yml
@@ -1,8 +1,8 @@
1
version: '2'
2
services:
3
vmware_exporter:
4
- # Using the latest tag, but use v0.2.6 if you have issues with vsphere 6.7.x
5
- image: pryorda/vmware_exporter:v0.2.6
+ # Using the latest tag, but you can use vers(v0.9.5 for example
+ image: pryorda/vmware_exporter:latest
6
ports:
7
- "9275:9272"
8
environment:
@@ -13,3 +13,5 @@ services:
13
VSPHERE_COLLECT_VMS: "False"
14
VSPHERE_COLLECT_VMGUESTS: "False"
15
restart: always
16
+ #FOR DEBUG UNCOMMENT NEXT LINE
17
+ #command: ["-l","DEBUG"]
0 commit comments