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 a873ef7 commit a1e150b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions _posts/2024-01-15-homepage-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ Edit it
nano docker-compose.yaml
```

```bash
mkdir config
```

Place the contents

```yaml
Expand Down Expand Up @@ -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
Expand All @@ -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`
Expand Down

0 comments on commit a1e150b

Please sign in to comment.