Include rsyslog for local syslogger (#202)

* Include rsyslog for local syslogger
* Update Dockerfile
pull/212/head
Koen Van Impe 2025-01-12 11:59:57 +01:00 committed by GitHub
parent 3d9729db86
commit 9a5852003a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -178,6 +178,8 @@ FROM php-base
gpg-agent \
mariadb-client \
rsync \
# Include rsyslog to support syslogger
rsyslog \
# PHP Requirements
php8.2 \
php8.2-apcu \

View File

@ -37,3 +37,12 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:rsyslog]
command=/usr/sbin/rsyslogd -n
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autostart=true
autorestart=true