various fixed

This commit is contained in:
bee
2026-07-04 22:54:09 +02:00
parent 6873ef44e4
commit 59aa8a7bcf
7 changed files with 27 additions and 10 deletions
+4 -3
View File
@@ -47,7 +47,8 @@ services:
- monitoring
alloy:
image: docker.io/grafana/alloy
image: docker.io/grafana/alloy:v1.17.1
pull_policy: always
container_name: alloy
ports:
- '127.0.0.1:12345:12345'
@@ -70,10 +71,10 @@ services:
restart: always
podman-exporter:
image: quay.io/navidys/prometheus-podman-exporter
image: quay.io/navidys/prometheus-podman-exporter:1.21.2
container_name: podman-exporter
pull_policy: always
restart: always
privileged: true
user: root
ports:
- '127.0.0.1:9882:9882'