Skip to content

Commit 4fd3dd2

Browse files
akurachpryorda
authored andcommitted
fix(bump_docker_compose): updated docker-compose file with latest tag 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
1 parent 7f92526 commit 4fd3dd2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: '2'
22
services:
33
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
4+
# Using the latest tag, but you can use vers(v0.9.5 for example
5+
image: pryorda/vmware_exporter:latest
66
ports:
77
- "9275:9272"
88
environment:
@@ -13,3 +13,5 @@ services:
1313
VSPHERE_COLLECT_VMS: "False"
1414
VSPHERE_COLLECT_VMGUESTS: "False"
1515
restart: always
16+
#FOR DEBUG UNCOMMENT NEXT LINE
17+
#command: ["-l","DEBUG"]

0 commit comments

Comments
 (0)