From d68077936d40096aae883b38220a7bd764b4dc90 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Sat, 1 Apr 2023 14:47:55 -0400 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4302421..ac645c2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 :