runAsUser: 100
This commit is contained in:
parent
6385e39067
commit
88df4ea8f4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ server:
|
|||
image: grafana/alloy:latest
|
||||
ports:
|
||||
- containerPort: 12345
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
# args:
|
||||
# - --config.file=/etc/alloy/config.yaml
|
||||
# volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue