README: use <host-ip>:port instead of localhost

This commit is contained in:
Steffen Skui
2026-07-21 21:42:20 +02:00
parent 2068e31d27
commit b98c4a6a6e
+8 -4
View File
@@ -33,11 +33,15 @@ cd ahdx
docker compose up -d --build docker compose up -d --build
``` ```
That starts two things: **AHDX** on http://localhost:8088 and **Grafana** on That starts two things: **AHDX** on `http://<host-ip>:8088` and **Grafana** on
http://localhost:3000. Grafana waits for AHDX to be healthy before it starts, so `http://<host-ip>:3000`. Grafana waits for AHDX to be healthy before it starts,
the first boot takes a minute. so the first boot takes a minute.
Open http://localhost:8088. On the first visit it asks you to **set a password**. `<host-ip>` is the machine running Docker — use `localhost` if that's the same
computer you're browsing from, or its LAN address (e.g. `192.168.1.50`) if it's
a server.
Open `http://<host-ip>:8088`. On the first visit it asks you to **set a password**.
That password is stored salted in AHDX, and it also becomes the Grafana admin That password is stored salted in AHDX, and it also becomes the Grafana admin
password (user `admin`), so you set it once and it works for both. password (user `admin`), so you set it once and it works for both.