Compare commits

1 Commits

Author SHA1 Message Date
c4287c37bc Aktualizovat README.md
All checks were successful
Build Docker image on push / docker (push) Successful in 39s
2026-04-10 09:34:29 +00:00

View File

@@ -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.