Fix user ID for Prom

This commit is contained in:
Joey Hafner 2022-05-12 21:52:33 -07:00
parent 874ada9e43
commit fd8b5ab3c7

View File

@ -19,6 +19,7 @@ services:
prometheus:
image: prom/prometheus:latest
container_name: monitoring_prometheus
user: "1000:1000"
networks:
- monitoring
- web