From c4287c37bc39dedbbc4dba799cbe4f94ae0df0d0 Mon Sep 17 00:00:00 2001 From: lostakj Date: Fri, 10 Apr 2026 09:34:29 +0000 Subject: [PATCH] Aktualizovat README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 828a47f..6309133 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ metrics: To build the Docker image for PVE Exporter, use the following command: ```sh -docker build --rm -t harbor.imtm.cz/private/pve-exporter:version . +docker build --rm -t gitea.lostak.dev/lostakj/pve-exporter:version . ``` Replace `version` with the appropriate version tag you want to use. @@ -73,7 +73,7 @@ Replace `version` with the appropriate version tag you want to use. To run the Docker image, use the following command: ```sh -docker run --rm -d -p 9090:9090 --name pve-exporter harbor.imtm.cz/private/pve-exporter:version +docker run --rm -d -p 9090:9090 --name pve-exporter gitea.lostak.dev/lostakj/pve-exporter:version ``` Replace `version` with the appropriate version tag you used during the build.