use new logging config
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m58s

This commit is contained in:
Sebastian Hugentobler 2023-12-31 22:33:20 +01:00
parent df5346edca
commit 269df6a0c2
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
3 changed files with 2 additions and 4 deletions

View File

@ -14,8 +14,6 @@ RUN addgroup molly-brown tty
RUN mkdir -p /var/gemini
RUN chown molly-brown:molly-brown /var/gemini
RUN ln -sf /dev/stdout /home/molly-brown/access.log
RUN apk --no-cache add \
openssl \
coreutils

View File

@ -9,7 +9,7 @@ HomeDocBase = "users"
GeminiExt = "gmi"
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
AccessLog = "-"
ErrorLog = "-"
ErrorLog = ""
ReadMollyFiles = true
#

View File

@ -1,3 +1,3 @@
#!/bin/sh
exec molly-brown -c /etc/molly-brown/molly.conf
exec molly-brown -c /etc/molly-brown/molly.conf -u molly-brown