From f4516a0ccc453d27afe9c7b9d92bba628a0415b8 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 1 Jul 2025 20:31:08 +0700 Subject: [PATCH] fix compose example --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2e9421..0c11342 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,14 @@ To view the main compose file for TubeArchivist, please see the main repository To add the metrics service in, place this into your compose file and update the environment variables as required. ``` +services: archivist-metrics: - image: bbilly1/tubearchivist-metrics:latest + image: bbilly1/tubearchivist-metrics container_name: archivist-metrics restart: always environment: - "TA_URL=http://tubearchivist.local" - - "TA_KEY="your ta api key" + - "TA_KEY=yourtaapikey" - "LISTEN_PORT=9934" - "POLL_INTERVAL=60" ports: