One line: what it is and why you run it.
Quick start
cp .env.example .env
$EDITOR .env
docker compose up -d
Then open http://<host>:<port>.
Port
| Port | Protocol | Purpose |
|---|---|---|
| xxxx | http | Web UI |
Why it looks like this
Gotchas
Exposing it
Publishes a plain HTTP port; nothing here is proxy-aware.
Links
- Upstream docs:
- Image: