Update docker-compose.yml

add missing envs
This commit is contained in:
LRVT 2024-02-28 01:05:06 +01:00 committed by GitHub
parent b69a622ff9
commit 631fe7e222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,8 @@ services:
ports: ports:
- 8191:8191 - 8191:8191
environment: environment:
- LOG_LEVEL=info - LOG_LEVEL=${LOG_LEVEL:-info}
- LOG_HTML=${LOG_HTML:-false}
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
- TZ=Europe/Berlin - TZ=Europe/Berlin
restart: unless-stopped restart: unless-stopped