feat: better logging

This commit is contained in:
2026-04-12 14:55:47 +02:00
parent 64adac02a2
commit cd81abf785
11 changed files with 208 additions and 41 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
VOLUME [ "/data", "/etc/letsencrypt" ]
ENV PORT=8080
ENV HOST=localhost
ENV HOST=localhost:8080
ENV DATA_DIR=/data
ENV MAX_SIZE=2000000
ENV BIND=0.0.0.0