mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Allow to start Zabbix processes under root and other users
This commit is contained in:
@ -10,9 +10,10 @@ LABEL org.opencontainers.image.title="Zabbix web-interface (Apache, MySQL)" \
|
||||
STOPSIGNAL SIGTERM
|
||||
|
||||
RUN set -eux && \
|
||||
addgroup zabbix && \
|
||||
addgroup -S -g 1000 zabbix && \
|
||||
adduser -S \
|
||||
-D -G zabbix \
|
||||
-u 999 \
|
||||
-h /var/lib/zabbix/ \
|
||||
-H \
|
||||
zabbix && \
|
||||
|
Reference in New Issue
Block a user