Update docker-compose.yaml
This commit is contained in:
+2
-2
@@ -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 :
|
||||||
|
|||||||
Reference in New Issue
Block a user