Aktualizovat README.md
All checks were successful
Build Docker image on push / docker (push) Successful in 39s

This commit is contained in:
2026-04-10 09:34:29 +00:00
parent fd86f95914
commit c4287c37bc

View File

@@ -63,7 +63,7 @@ metrics:
To build the Docker image for PVE Exporter, use the following command: To build the Docker image for PVE Exporter, use the following command:
```sh ```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. 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: To run the Docker image, use the following command:
```sh ```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. Replace `version` with the appropriate version tag you used during the build.