Skip to content

Commit

Permalink
fix(docker-compose): adding docker-compose
Browse files Browse the repository at this point in the history
Adding docker compose with comment for 6.7
  • Loading branch information
akurach authored and pryorda committed Mar 23, 2019
1 parent ef5ee2c commit 26822a3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '2'
services:
vmware_exporter:
# Using the latest tag, but use v0.2.6 if you have issues with vsphere 6.7.x
image: pryorda/vmware_exporter:v0.2.6
ports:
- "9275:9272"
environment:
VSPHERE_HOST: "vcenter-host"
VSPHERE_USER: "username"
VSPHERE_PASSWORD: "P@ssw0rd"
VSPHERE_IGNORE_SSL: "True"
VSPHERE_COLLECT_VMS: "False"
VSPHERE_COLLECT_VMGUESTS: "False"
restart: always

0 comments on commit 26822a3

Please sign in to comment.