add LOG_LEVEL env var

This commit is contained in:
2023-05-28 10:05:35 +00:00
parent 92f41ce321
commit 6fdfa75adb
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