Skip to content

Commit 03647ab

Browse files
committed
Fix instruction to open admin portal
1 parent 28b9c76 commit 03647ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/vitepress/docs/admin-portal.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ The following command should launch the home page and any required supporting se
1515
docker compose -p gisnav up homepage
1616
```
1717

18-
You should then find the homepage at `localhost:3000`.
18+
You should then be able to open the admin portal in a browser using the below commands:
19+
20+
```bash
21+
HOMEPAGE_IP=$(docker inspect -f '{{.NetworkSettings.Networks.gisnav_admin.IPAddress}}' gisnav-homepage-1)
22+
firefox $HOMEPAGE_IP:3000
23+
```

0 commit comments

Comments
 (0)