Switch Prometheus container user for permissions reasons
This commit is contained in:
parent
41f2c1234c
commit
cf152d4898
@ -20,7 +20,7 @@ services:
|
|||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
container_name: monitoring_prometheus
|
container_name: monitoring_prometheus
|
||||||
user: 1000:1000
|
user: 1001:1001
|
||||||
networks:
|
networks:
|
||||||
- monitoring
|
- monitoring
|
||||||
- web
|
- web
|
||||||
|
Loading…
Reference in New Issue
Block a user