Update README.md

Updater after name change
This commit is contained in:
dmo
2026-08-04 13:13:24 +02:00
parent 5b772527e3
commit 3c26e61da9
+2 -2
View File
@@ -1,4 +1,4 @@
# Travel Monitor # mTravelMonitor
A self-hosted real-time travel time dashboard. Shows how long it takes to drive from a fixed HQ location to multiple offsite destinations, with color-coded status based on current traffic conditions relative to a learned baseline. A self-hosted real-time travel time dashboard. Shows how long it takes to drive from a fixed HQ location to multiple offsite destinations, with color-coded status based on current traffic conditions relative to a learned baseline.
@@ -187,7 +187,7 @@ When running behind a reverse proxy, bind Docker to the Caddy LXC IP only (alrea
ports: ports:
- "127.0.0.1:${PORT:-8000}:8000" - "127.0.0.1:${PORT:-8000}:8000"
``` ```
If Caddy runs on a different host than the Travel Monitor LXC, change `127.0.0.1` to the Caddy LXC's IP. If Caddy runs on a different host than the mTravelMonitor LXC, change `127.0.0.1` to the Caddy LXC's IP.
--- ---