mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-30 14:51:11 +02:00
Updated Ubuntu to 24.04
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export APACHE_RUN_USER=zabbix
|
||||
export APACHE_RUN_GROUP=zabbix
|
||||
export APACHE_RUN_USER=$(id -n -u)
|
||||
export APACHE_RUN_GROUP=www-data
|
||||
export APACHE_PID_FILE=/tmp/apache2.pid
|
||||
export APACHE_RUN_DIR=/tmp
|
||||
export APACHE_RUN_DIR=/tmp/apache2
|
||||
|
Reference in New Issue
Block a user