mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
54d15e6499
commit
d5c4797d0a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ RUN find / -xdev -perm -4000 -exec chmod u-s {} +
|
|||
|
||||
# Provide a non-root user to run the process.
|
||||
RUN groupadd --gid 1000 kibana && \
|
||||
useradd --uid 1000 --gid 1000 \
|
||||
useradd --uid 1000 --gid 1000 -G 0 \
|
||||
--home-dir /usr/share/kibana --no-create-home \
|
||||
kibana
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue