From 885cd2945e1b1c044f682410dd89cd4ee9050d6d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 26 Feb 2023 09:20:09 +0100 Subject: [PATCH] add drpc to the mix --- drpc.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drpc.yml b/drpc.yml index 7cd58a55..e88d4062 100644 --- a/drpc.yml +++ b/drpc.yml @@ -10,11 +10,11 @@ services: - "8081:8081" # - "8082:8082" - "2449:2449" - labels: - - "prometheus-scrape.enabled=true" - - "prometheus-scrape.port=8081" - - "prometheus-scrape.job_name=drpc-dshackle" - - "prometheus-scrape.metrics_path=/metrics" + labels: + - "prometheus-scrape.enabled=true" + - "prometheus-scrape.port=8081" + - "prometheus-scrape.job_name=drpc-dshackle" + - "prometheus-scrape.metrics_path=/metrics" redis: image: healthcheck/redis:alpine