2
1
Fork 0
mirror of https://github.com/friendica/docker synced 2026-04-15 18:47:44 +02:00

Add syslog capability

This commit is contained in:
Philipp Holzer 2021-12-12 22:56:20 +01:00
commit aaf7fd0174
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
12 changed files with 14 additions and 0 deletions

View file

@ -159,6 +159,7 @@ RUN set -ex;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
ENV FRIENDICA_SYSLOG_FLAGS 39 // LOG_PID | LOG_ODELAY | LOG_CONS | LOG_PERROR
ENV FRIENDICA_VERSION "2021.12-dev"
ENV FRIENDICA_ADDONS "2021.12-dev"