Switch Prometheus container user for permissions reasons

This commit is contained in:
Joey Hafner 2023-10-19 11:36:07 -07:00
parent 41f2c1234c
commit cf152d4898

View File

@ -20,7 +20,7 @@ services:
prometheus:
image: prom/prometheus:latest
container_name: monitoring_prometheus
user: 1000:1000
user: 1001:1001
networks:
- monitoring
- web