Skip to content

Commit

Permalink
fix(post): fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 15, 2024
1 parent fc433ac commit c20fb0c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions _posts/2024-01-15-homepage-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,17 @@ Start the container
docker compose up -d
```

Give it a few seconds to start (could take up to 1 min depending on your docker machine)
> *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 can check by running:

```bash
docker ps
```

> *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:

```
Expand Down

0 comments on commit c20fb0c

Please sign in to comment.