Skip to content

Commit

Permalink
fix(bump_docker_compose): updated docker-compose file with latest tag…
Browse files Browse the repository at this point in the history
… and debug option (#123)

* Create docker-compose.yml

* Update docker-compose.yml

v0.3.0 -> v0.2.6

* fix(docker-compose)

* updated docker-compose file with latest tag and debug option

* fix typo
  • Loading branch information
akurach authored and pryorda committed Jun 28, 2019
1 parent 7f92526 commit 4fd3dd2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
@@ -1,8 +1,8 @@
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
# Using the latest tag, but you can use vers(v0.9.5 for example
image: pryorda/vmware_exporter:latest
ports:
- "9275:9272"
environment:
Expand All @@ -13,3 +13,5 @@ services:
VSPHERE_COLLECT_VMS: "False"
VSPHERE_COLLECT_VMGUESTS: "False"
restart: always
#FOR DEBUG UNCOMMENT NEXT LINE
#command: ["-l","DEBUG"]

0 comments on commit 4fd3dd2

Please sign in to comment.