We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b9c76 commit 03647abCopy full SHA for 03647ab
docs/vitepress/docs/admin-portal.md
@@ -15,4 +15,9 @@ The following command should launch the home page and any required supporting se
15
docker compose -p gisnav up homepage
16
```
17
18
-You should then find the homepage at `localhost:3000`.
+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