Update docker-compose.yaml

This commit is contained in:
2023-04-01 14:47:55 -04:00
committed by GitHub
parent 24432a037f
commit d68077936d
+2 -2
View File
@@ -14,7 +14,7 @@ services:
zertoexporter: zertoexporter:
container_name: zvmexporter1 container_name: zvmexporter1
hostname: zvmexporter1 # this hostname will need to be set in the prometheus.yaml file as well hostname: zvmexporter1 # this hostname will need to be set in the prometheus.yaml file as well
image: recklessop/zerto-exporter:latest image: recklessop/zerto-exporter:stable
command: python python-node-exporter.py command: python python-node-exporter.py
ports: ports:
- "9999:9999" - "9999:9999"
@@ -40,7 +40,7 @@ services:
#zertoexporter2: #zertoexporter2:
# container_name: zvmexporter2 # container_name: zvmexporter2
# hostname: zvmexporter2 # hostname: zvmexporter2
# image: recklessop/zerto-exporter:latest # image: recklessop/zerto-exporter:stable
# command: python python-node-exporter.py # command: python python-node-exporter.py
# ports: # ports:
# - "9998:9999" # if you add a third or more exporters change the port number before the : # - "9998:9999" # if you add a third or more exporters change the port number before the :