From 05f13ef71a7b89ca043aa008c606d6c8137fcc36 Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <147703765+sschmittsva@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:11:52 +0200 Subject: [PATCH] Explain how to check when NetBox is ready to be used. --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index ecf44d7..729c07f 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -67,7 +67,7 @@ docker compose up You will see a lot of output on your screen. NetBox will be initializing the database and then start. -The whole application will be available after a few minutes. +The whole application will be available after a few minutes (check with `docker ps` until the NetBox container status being "healthy"). Open the URL `http://0.0.0.0:8000/` in a web-browser. You should see the NetBox homepage.