runAsUser: 100

This commit is contained in:
miwr 2025-03-20 13:30:37 +01:00
parent 6385e39067
commit 88df4ea8f4

View file

@ -4,6 +4,8 @@ server:
image: grafana/alloy:latest image: grafana/alloy:latest
ports: ports:
- containerPort: 12345 - containerPort: 12345
securityContext:
runAsUser: 100
# args: # args:
# - --config.file=/etc/alloy/config.yaml # - --config.file=/etc/alloy/config.yaml
# volumeMounts: # volumeMounts: