Compare commits

..

No commits in common. "testing" and "main" have entirely different histories.

View File

@ -8,9 +8,7 @@ networks:
services: services:
prometheus: prometheus:
image: ${IMAGE:-prom/prometheus}:${VERSION:?} image: prom/prometheus:${VERSION:?}
container_name: ${NAME:-prometheus}
user: ${RUN_USER:-1000}:${RUN_GROUP:-1000}
volumes: volumes:
- config:/etc/prometheus - config:/etc/prometheus
- data:/prometheus - data:/prometheus