Merge pull request #21844 from urivano/sharing_local_files_w_containers_typo

fixing typo
This commit is contained in:
David Karlsson 2025-01-17 08:49:24 +01:00 committed by GitHub
commit 88205ba474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Using a bind mount, you can map the configuration file on your host computer to
$ mkdir public_html $ 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 ```html
<!DOCTYPE html> <!DOCTYPE html>