Improve docs and re-enable test UI

This commit is contained in:
2026-04-11 17:30:22 +02:00
parent 38ef36aa75
commit 39cd2db140
2 changed files with 8 additions and 2 deletions

View File

@@ -47,3 +47,5 @@ Set `FACE_LOCK_TEST_UI=false` to disable the UI.
```bash
docker compose up --build
```
If you change env vars in `.env`, recreate the container, `docker compose up -d --force-recreate`, because restart alone will not reload `--env-file`.