diff --git a/monitoring/docker-compose.yml b/monitoring/docker-compose.yml index 8b29b95..b1438a7 100644 --- a/monitoring/docker-compose.yml +++ b/monitoring/docker-compose.yml @@ -2,6 +2,7 @@ services: prometheus: image: prom/prometheus:v3.12.0@sha256:69f5241418838263316593f7274a304b095c40bcf22e57272865da91bd60a8ac container_name: monitoring-prometheus + user: "0" restart: unless-stopped command: - --config.file=/etc/prometheus/config/prometheus.yml