Set default LOG_MAX_AGE

This commit is contained in:
2025-08-25 12:26:52 -04:00
parent 8d7f9bd6a2
commit 304915a396

View File

@ -27,7 +27,7 @@ services:
environment:
- DASHBOARD_ENABLED
- LOG_LEVEL
- LOG_MAX_AGE
- ${LOG_MAX_AGE:-0}
healthcheck:
test: ["CMD", "traefik", "healthcheck"]
interval: 30s