mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-30 21:23:49 +00:00
Update docker-compose.yml
add missing envs
This commit is contained in:
parent
b69a622ff9
commit
631fe7e222
|
@ -7,6 +7,8 @@ services:
|
|||
ports:
|
||||
- 8191:8191
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||
- LOG_HTML=${LOG_HTML:-false}
|
||||
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
|
||||
- TZ=Europe/Berlin
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue
Block a user