feat: add dashboard password configuration to README and docker-compose

This commit is contained in:
Lorenzo Venerandi
2026-03-06 22:40:16 +01:00
parent 18536f0706
commit 5553559ea6
2 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ services:
- "5000:5000"
environment:
- CONFIG_LOCATION=config.yaml
# Uncomment to set a custom dashboard password (auto-generated if not set)
# - KRAWL_DASHBOARD_PASSWORD=your-secret-password
# set this to change timezone, alternatively mount /etc/timezone or /etc/localtime based on the time system management of the host environment
# - TZ=${TZ}
volumes: