2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 13:57:07 +01:00

Hotfix: wrong comment usage

This commit is contained in:
Philipp Holzer 2022-01-05 23:13:09 +01:00
commit 9f8658cf53
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
11 changed files with 22 additions and 11 deletions

View file

@ -150,7 +150,8 @@ RUN set -ex; \
VOLUME /var/www/html
%%VARIANT_EXTRAS%%
ENV FRIENDICA_SYSLOG_FLAGS 39 // LOG_PID | LOG_ODELAY | LOG_CONS | LOG_PERROR
# 39 = LOG_PID | LOG_ODELAY | LOG_CONS | LOG_PERROR
ENV FRIENDICA_SYSLOG_FLAGS 39
ENV FRIENDICA_VERSION "%%VERSION%%"
ENV FRIENDICA_ADDONS "%%VERSION%%"
%%DOWNLOAD_SHA256%%