README: use <host-ip>:port instead of localhost
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user