The Grafana link's default now travels in the image, and .env is passed straight through to the logger, so the compose file no longer mentions WC_GRAFANA_URL at all. Nothing else changes.
- Leave
WC_GRAFANA_URLout of.envand the link points at port 3399 on the host you browse from, as before - Set it to a full URL when Grafana has a reverse-proxy name of its own
- The README lists the iPhone app and shows the update commands
Fetch the new docker-compose.yml from the main branch, then docker compose pull and docker compose up -d. The old compose file keeps working with this image too. The compose file as tagged here still names the variable on its own line, which hides the link; the one on main is the corrected version.