1
0

chore(deps): update prom/prometheus docker tag to v3.10.0 (#4223)

This commit is contained in:
renovate[bot]
2026-02-26 03:02:01 +00:00
committed by GitHub
parent 600f829ada
commit f979315bf0
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
services:
prometheus:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9090"
volumes:
- "./data:/etc/prometheus"
image: prom/prometheus:v3.10.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true