add LOG_LEVEL env var

This commit is contained in:
2023-05-28 10:05:35 +00:00
committed by MrMeeb
parent 98ab91f73f
commit e8d9f7c8cd
4 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,7 @@ ENV MODE=manager
ENV PUID=1000
ENV PGID=1000
ENV TZ=UTC
ENV LOG_LEVEL=9
#Get required packages
RUN apk update && apk add tzdata curl shadow bash xz git procps nodejs npm nano