mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-03 05:23:13 -04:00
Update docker-compose.yaml
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@ services:
|
||||
zertoexporter:
|
||||
container_name: zvmexporter1
|
||||
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
|
||||
ports:
|
||||
- "9999:9999"
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
#zertoexporter2:
|
||||
# container_name: zvmexporter2
|
||||
# hostname: zvmexporter2
|
||||
# image: recklessop/zerto-exporter:latest
|
||||
# image: recklessop/zerto-exporter:stable
|
||||
# command: python python-node-exporter.py
|
||||
# ports:
|
||||
# - "9998:9999" # if you add a third or more exporters change the port number before the :
|
||||
|
||||
Reference in New Issue
Block a user