From a1e150bc64c995d900355f4aa1b70ecc8e7628d8 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 15 Jan 2024 12:02:17 -0600 Subject: [PATCH] fix(post): fixed typos --- _posts/2024-01-15-homepage-dashboard.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/_posts/2024-01-15-homepage-dashboard.md b/_posts/2024-01-15-homepage-dashboard.md index 5a31d7aa64..b2ccaf6706 100644 --- a/_posts/2024-01-15-homepage-dashboard.md +++ b/_posts/2024-01-15-homepage-dashboard.md @@ -54,10 +54,6 @@ Edit it nano docker-compose.yaml ``` -```bash -mkdir config -``` - Place the contents ```yaml @@ -112,7 +108,12 @@ You can check by running: docker ps ``` -Check to be sure you see that the container is healthy. You should see something like: +> *Note: The container can take up to 60 seconds to start the first time. It's a good idea to check the container to see if it is passing health checks before browsing to your site.* +{: .prompt-info } + +Check to be sure you see that the container is healthy. + +You should see something like: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES @@ -127,6 +128,10 @@ You should see your new homepage! On docker machine, cd into `config` directory +```bash +mkdir config +``` + You'll see yaml files, these are configurations we can edit to configure our homepage edit `settings.yaml`