Update prom/prometheus Docker tag to v3.3.0

This commit is contained in:
renovate[bot] 2025-04-17 00:40:54 +00:00 committed by GitHub
parent 746d8b48c0
commit 01afbe6572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:9090" - "${PANEL_APP_PORT_HTTP}:9090"
volumes: volumes:
- "./data:/etc/prometheus" - "./data:/etc/prometheus"
image: prom/prometheus:v3.2.1 image: prom/prometheus:v3.3.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"