fixed loglevel configuration

This commit is contained in:
Jenny Danzmayr 2023-11-29 19:48:09 +01:00
parent 0aaf31a028
commit 3af79daa0a
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ COPY --from=builder --chown=500:500 /app/env /app/env
COPY --chown=root:root --chmod=0755 /docker/entrypoint.sh /usr/bin/entrypoint
ENV C3NAV_DEBUG="" \
C3NAV_LOGLEVEL="info" \
C3NAV_LOGLEVEL="INFO" \
C3NAV_DATA_DIR="/data" \
C3NAV_AUTOMIGRATE="yes" \
MPLBACKEND="agg" \