Skip to content

Commit

Permalink
Merge pull request #21844 from urivano/sharing_local_files_w_containe…
Browse files Browse the repository at this point in the history
…rs_typo

fixing typo
  • Loading branch information
dvdksn authored Jan 17, 2025
2 parents 9cfea3a + 1afb533 commit 88205ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Using a bind mount, you can map the configuration file on your host computer to
$ mkdir public_html
```

3. Change the directory to `public_html` and create a file called `index.html` with the following content. This is a basic HTML document that creates a simple webpage that welcomes you with a friendly whale.
3. Navigate into the newly created directory `public_html` and create a file called `index.html` with the following content. This is a basic HTML document that creates a simple webpage that welcomes you with a friendly whale.

```html
<!DOCTYPE html>
Expand Down

0 comments on commit 88205ba

Please sign in to comment.