We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9729d commit 9a58520Copy full SHA for 9a58520
core/Dockerfile
@@ -178,6 +178,8 @@ FROM php-base
178
gpg-agent \
179
mariadb-client \
180
rsync \
181
+ # Include rsyslog to support syslogger
182
+ rsyslog \
183
# PHP Requirements
184
php8.2 \
185
php8.2-apcu \
core/files/etc/supervisor/conf.d/10-supervisor.conf
@@ -37,3 +37,12 @@ stdout_logfile=/dev/stdout
37
stdout_logfile_maxbytes=0
38
stderr_logfile=/dev/stderr
39
stderr_logfile_maxbytes=0
40
+
41
+[program:rsyslog]
42
+command=/usr/sbin/rsyslogd -n
43
+stdout_logfile=/dev/stdout
44
+stdout_logfile_maxbytes=0
45
+stderr_logfile=/dev/stderr
46
+stderr_logfile_maxbytes=0
47
+autostart=true
48
+autorestart=true
0 commit comments